UNPKG

rsuite

Version:

A suite of react components

10 lines (9 loc) 510 B
import Placeholder from './Placeholder'; import PlaceholderGraph from './PlaceholderGraph'; import PlaceholderGrid from './PlaceholderGrid'; import PlaceholderParagraph from './PlaceholderParagraph'; export type { PlaceholderGraphProps } from './PlaceholderGraph'; export type { PlaceholderGridProps } from './PlaceholderGrid'; export type { PlaceholderParagraphProps } from './PlaceholderParagraph'; export { Placeholder, PlaceholderParagraph, PlaceholderGrid, PlaceholderGraph }; export default Placeholder;