rsuite
Version:
A suite of react components
8 lines • 346 B
JavaScript
import PlaceholderGraph from './PlaceholderGraph';
import PlaceholderGrid from './PlaceholderGrid';
import PlaceholderParagraph from './PlaceholderParagraph';
var Placeholder = PlaceholderParagraph;
Placeholder.Paragraph = PlaceholderParagraph;
Placeholder.Grid = PlaceholderGrid;
Placeholder.Graph = PlaceholderGraph;
export default Placeholder;