@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
3 lines (2 loc) • 467 B
TypeScript
export { EmptyStateRoot as Root, EmptyStatePropsProvider as PropsProvider, EmptyStateContent as Content, EmptyStateIndicator as Indicator, EmptyStateTitle as Title, EmptyStateDescription as Description, } from "./empty-state";
export type { EmptyStateRootProps as RootProps, EmptyStateContentProps as ContentProps, EmptyStateIndicatorProps as IndicatorProps, EmptyStateTitleProps as TitleProps, EmptyStateDescriptionProps as DescriptionProps, } from "./empty-state";