UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

12 lines (11 loc) 337 B
import * as React from 'react'; type widthUnit = number | string; export interface SkeletonParagraphProps { prefixCls?: string; className?: string; style?: React.CSSProperties; width?: widthUnit | Array<widthUnit>; rows?: number; } declare const Paragraph: React.FC<SkeletonParagraphProps>; export default Paragraph;