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