first commit
This commit is contained in:
11
frontend/node_modules/@ant-design/icons/es/components/Context.d.ts
generated
vendored
Normal file
11
frontend/node_modules/@ant-design/icons/es/components/Context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference types="react" />
|
||||
export interface IconContextProps {
|
||||
prefixCls?: string;
|
||||
rootClassName?: string;
|
||||
csp?: {
|
||||
nonce?: string;
|
||||
};
|
||||
layer?: string;
|
||||
}
|
||||
declare const IconContext: import("react").Context<IconContextProps>;
|
||||
export default IconContext;
|
||||
Reference in New Issue
Block a user