Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import React from 'react';
import { ParagraphPlaceholderProps } from './typings';
declare class ParagraphPlaceholder extends React.PureComponent<ParagraphPlaceholderProps> {
    static defaultProps: {
        widthList: number[];
        rows: number;
        width: string;
        height: string;
        itemHeight: number;
        lineSpacing: number;
        isDynamicViewBox: boolean;
    };
    getRowStyle: (i: number) => {
        width: string;
        height: React.ReactText;
        transform: string;
    };
    getRows: () => JSX.Element[];
    render(): JSX.Element;
}
export { ParagraphPlaceholder };
export default ParagraphPlaceholder;