UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

4 lines (3 loc) 377 B
export { EmptyStateRoot, EmptyStatePropsProvider, EmptyStateContent, EmptyStateIndicator, EmptyStateTitle, EmptyStateDescription, useEmptyStateStyles, } from "./empty-state"; export type { EmptyStateRootProps, EmptyStateContentProps, EmptyStateIndicatorProps, EmptyStateTitleProps, EmptyStateDescriptionProps, } from "./empty-state"; export * as EmptyState from "./namespace";