UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 203 B
import type { DrawerProps } from './Drawer.types'; declare function Drawer({ children, open, wide, variant, ...otherProps }: DrawerProps): import("react/jsx-runtime").JSX.Element; export default Drawer;