@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
9 lines (8 loc) • 935 B
TypeScript
import { EmptyStateContent, EmptyStateContentProps, EmptyStateDescription, EmptyStateDescriptionProps, EmptyStateIndicator, EmptyStateIndicatorProps, EmptyStatePropsContext, EmptyStateRoot, EmptyStateRootProps, EmptyStateTitle, EmptyStateTitleProps, useEmptyStatePropsContext } from "./empty-state.js";
//#region src/components/empty-state/namespace.d.ts
declare namespace namespace_d_exports {
export { EmptyStateContent as Content, EmptyStateContentProps as ContentProps, EmptyStateDescription as Description, EmptyStateDescriptionProps as DescriptionProps, EmptyStateIndicator as Indicator, EmptyStateIndicatorProps as IndicatorProps, EmptyStatePropsContext as PropsContext, EmptyStateRoot as Root, EmptyStateRootProps as RootProps, EmptyStateTitle as Title, EmptyStateTitleProps as TitleProps, useEmptyStatePropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map