Latest updates from IceHrmPro
This commit is contained in:
12
web/node_modules/@ant-design/icons/es/components/IconFont.d.ts
generated
vendored
Normal file
12
web/node_modules/@ant-design/icons/es/components/IconFont.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as React from 'react';
|
||||
import { IconBaseProps } from './Icon';
|
||||
export interface CustomIconOptions {
|
||||
scriptUrl?: string;
|
||||
extraCommonProps?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
}
|
||||
export interface IconFontProps extends IconBaseProps {
|
||||
type: string;
|
||||
}
|
||||
export default function create(options?: CustomIconOptions): React.SFC<IconFontProps>;
|
||||
Reference in New Issue
Block a user