UNPKG

@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) 1.38 kB
import { DrawerBody, DrawerCloseButton, DrawerCloseButtonProps, DrawerCloseTrigger, DrawerCloseTriggerProps, DrawerContent, DrawerContentProps, DrawerDragBar, DrawerDragBarProps, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerOpenTrigger, DrawerOpenTriggerProps, DrawerOverlay, DrawerOverlayProps, DrawerPropsContext, DrawerRoot, DrawerRootProps, DrawerTitle, DrawerTitleProps, useDrawerPropsContext } from "./drawer.js"; //#region src/components/drawer/namespace.d.ts declare namespace namespace_d_exports { export { DrawerBody as Body, DrawerCloseButton as CloseButton, DrawerCloseButtonProps as CloseButtonProps, DrawerCloseTrigger as CloseTrigger, DrawerCloseTriggerProps as CloseTriggerProps, DrawerContent as Content, DrawerContentProps as ContentProps, DrawerDragBar as DragBar, DrawerDragBarProps as DragBarProps, DrawerFooter as Footer, DrawerFooterProps as FooterProps, DrawerHeader as Header, DrawerHeaderProps as HeaderProps, DrawerOpenTrigger as OpenTrigger, DrawerOpenTriggerProps as OpenTriggerProps, DrawerOverlay as Overlay, DrawerOverlayProps as OverlayProps, DrawerPropsContext as PropsContext, DrawerRoot as Root, DrawerRootProps as RootProps, DrawerTitle as Title, DrawerTitleProps as TitleProps, useDrawerPropsContext as usePropsContext }; } //#endregion export { namespace_d_exports }; //# sourceMappingURL=namespace.d.ts.map