File size: 488 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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"
|