Latest updates from IceHrmPro
This commit is contained in:
11
web/node_modules/antd/es/skeleton/Paragraph.d.ts
generated
vendored
Normal file
11
web/node_modules/antd/es/skeleton/Paragraph.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference types="react" />
|
||||
declare type widthUnit = number | string;
|
||||
export interface SkeletonParagraphProps {
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
style?: object;
|
||||
width?: widthUnit | Array<widthUnit>;
|
||||
rows?: number;
|
||||
}
|
||||
declare const Paragraph: (props: SkeletonParagraphProps) => JSX.Element;
|
||||
export default Paragraph;
|
||||
Reference in New Issue
Block a user