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" | |