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