UNPKG

rsuite

Version:

A suite of react components

8 lines 264 B
import PlaceholderGraph from './PlaceholderGraph'; import PlaceholderGrid from './PlaceholderGrid'; import PlaceholderParagraph from './PlaceholderParagraph'; export default { Paragraph: PlaceholderParagraph, Grid: PlaceholderGrid, Graph: PlaceholderGraph };