Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/antd/lib/button/LoadingIcon.d.ts
generated
vendored
Normal file
7
web/node_modules/antd/lib/button/LoadingIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="react" />
|
||||
export interface LoadingIconProps {
|
||||
prefixCls: string;
|
||||
existIcon: boolean;
|
||||
loading?: boolean | object;
|
||||
}
|
||||
export default function LoadingIcon({ prefixCls, loading, existIcon }: LoadingIconProps): JSX.Element;
|
||||
Reference in New Issue
Block a user