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 { TextPlaceholderProps } from './typings';
declare class TextPlaceholder extends React.PureComponent<TextPlaceholderProps> {
    static defaultProps: {
        fill: string;
        viewBox: string;
        width: string;
        height: string;
    };
    render(): JSX.Element;
}
export { TextPlaceholder };
export default TextPlaceholder;