UNPKG

rsuite

Version:

A suite of react components

11 lines (9 loc) 373 B
'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;