UNPKG

@ozen-ui/kit

Version:

React component library

12 lines (11 loc) 611 B
import './Drawer.css'; import './modules/DrawerBody/DrawerBody.css'; import './modules/DrawerFooter/DrawerFooter.css'; import './modules/DrawerFooterButtonsGroup/DrawerFooterButtonsGroup.css'; import './modules/DrawerHeader/DrawerHeader.css'; import './modules/DrawerSubtitle/DrawerSubtitle.css'; import './modules/DrawerTitle/DrawerTitle.css'; import React from 'react'; import type { DrawerProps } from './types'; export declare const cnDrawer: import("@bem-react/classname").ClassNameFormatter; export declare const Drawer: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<HTMLDivElement>>;