Latest updates from IceHrmPro
This commit is contained in:
9
web/node_modules/antd/es/card/Grid.d.ts
generated
vendored
Normal file
9
web/node_modules/antd/es/card/Grid.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
export interface CardGridProps {
|
||||
prefixCls?: string;
|
||||
style?: React.CSSProperties;
|
||||
className?: string;
|
||||
hoverable?: boolean;
|
||||
}
|
||||
declare const Grid: React.FC<CardGridProps>;
|
||||
export default Grid;
|
||||
Reference in New Issue
Block a user