rsuite
Version:
A suite of react components
11 lines (9 loc) • 373 B
JavaScript
'use client';
import Placeholder from "./Placeholder.js";
import PlaceholderGraph from "./PlaceholderGraph.js";
import PlaceholderGrid from "./PlaceholderGrid.js";
import PlaceholderParagraph from "./PlaceholderParagraph.js";
// export types
// export components
export { Placeholder, PlaceholderParagraph, PlaceholderGrid, PlaceholderGraph };
export default Placeholder;