@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) • 773 B
TypeScript
import { AlertDescription, AlertDescriptionProps, AlertIcon, AlertIconProps, AlertLoading, AlertLoadingProps, AlertPropsContext, AlertRoot, AlertRootProps, AlertTitle, AlertTitleProps, useAlertPropsContext } from "./alert.js";
//#region src/components/alert/namespace.d.ts
declare namespace namespace_d_exports {
export { AlertDescription as Description, AlertDescriptionProps as DescriptionProps, AlertIcon as Icon, AlertIconProps as IconProps, AlertLoading as Loading, AlertLoadingProps as LoadingProps, AlertPropsContext as PropsContext, AlertRoot as Root, AlertRootProps as RootProps, AlertTitle as Title, AlertTitleProps as TitleProps, useAlertPropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map