@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
6 lines (5 loc) • 882 B
TypeScript
export { DrawerBackdrop, DrawerBody, DrawerCloseTrigger, DrawerFooter, DrawerHeader, DrawerPositioner, DrawerRoot, DrawerRootProvider, DrawerRootPropsProvider, DrawerTrigger, DrawerContent, DrawerTitle, DrawerDescription, DrawerContext, DrawerActionTrigger, useDrawerStyles, } from "./drawer";
export type { DrawerBackdropProps, DrawerBodyProps, DrawerCloseTriggerProps, DrawerContentProps, DrawerDescriptionProps, DrawerFooterProps, DrawerHeaderProps, DrawerPositionerProps, DrawerRootProps, DrawerRootProviderProps, DrawerTriggerProps, DrawerTitleProps, DrawerOpenChangeDetails, DrawerActionTriggerProps, } from "./drawer";
export { useDialogContext as useDrawerContext, useDialog as useDrawer, } from "@ark-ui/react/dialog";
export type { UseDialogProps as UseDrawerProps, UseDialogReturn as UseDrawerReturn, } from "@ark-ui/react/dialog";
export * as Drawer from "./namespace";