UNPKG

467 BTypeScriptView Raw
1export { EmptyStateRoot as Root, EmptyStatePropsProvider as PropsProvider, EmptyStateContent as Content, EmptyStateIndicator as Indicator, EmptyStateTitle as Title, EmptyStateDescription as Description, } from "./empty-state";
2export type { EmptyStateRootProps as RootProps, EmptyStateContentProps as ContentProps, EmptyStateIndicatorProps as IndicatorProps, EmptyStateTitleProps as TitleProps, EmptyStateDescriptionProps as DescriptionProps, } from "./empty-state";