main page
This commit is contained in:
10
node_modules/react-icons/lib/esm/iconContext.d.ts
generated
vendored
Normal file
10
node_modules/react-icons/lib/esm/iconContext.d.ts
generated
vendored
Normal file
@@ -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