Latest updates from IceHrmPro
This commit is contained in:
14
web/node_modules/antd/lib/descriptions/Cell.d.ts
generated
vendored
Normal file
14
web/node_modules/antd/lib/descriptions/Cell.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as React from 'react';
|
||||
export interface CellProps {
|
||||
itemPrefixCls: string;
|
||||
span: number;
|
||||
className?: string;
|
||||
component: string;
|
||||
style?: React.CSSProperties;
|
||||
bordered?: boolean;
|
||||
label?: React.ReactNode;
|
||||
content?: React.ReactNode;
|
||||
colon?: boolean;
|
||||
}
|
||||
declare const Cell: React.FC<CellProps>;
|
||||
export default Cell;
|
||||
Reference in New Issue
Block a user