Repository URL to install this package:
|
Version:
4.0.59 ▾
|
@skava/ui
/
dist
/
components
/
atoms
/
Placeholder
/
RectanglePlaceholder
/
RectanglePlaceholder.d.ts
|
|---|
import React from 'react';
import { PlaceholderVectorProps } from '../typings';
declare class RectanglePlaceholder extends React.PureComponent<PlaceholderVectorProps> {
static defaultProps: {
fill: string;
width: string;
height: string;
viewBox: string;
isDynamicViewBox: boolean;
};
render(): JSX.Element;
}
export { RectanglePlaceholder };
export default RectanglePlaceholder;