Repository URL to install this package:
Version:
0.9.5 ▾
|
import { PlaceholderVectorProps } from '../typings'
export interface ParagraphPlaceholderProps extends PlaceholderVectorProps {
widthList?: Array<number>
rows?: number | string
lineSpacing?: number | string
itemHeight?: number | string
}