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