Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { PlaceholderVectorProps } from '../typings';
declare class SquarePlaceholder extends React.PureComponent<PlaceholderVectorProps> {
static defaultProps: {
fill: string;
width: string;
height: string;
viewBox: string;
isDynamicViewBox: boolean;
};
render(): JSX.Element;
}
export { SquarePlaceholder };
export default SquarePlaceholder;