add login/sign-up page with dark/light mode
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import * as React from "react";
|
||||
export interface IconContext {
|
||||
color?: string;
|
||||
size?: string;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
attr?: React.SVGAttributes<SVGElement>;
|
||||
}
|
||||
export declare const DefaultContext: IconContext;
|
||||
export declare const IconContext: React.Context<IconContext>;
|
||||
Reference in New Issue
Block a user