UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

18 lines 640 B
import { MantineTheme } from '../../theme'; export declare const sizes: { xs: number; sm: number; md: number; lg: number; xl: number; full: string; }; export declare type Position = 'top' | 'bottom' | 'left' | 'right'; interface DrawerStyles { theme: MantineTheme; position: Position; size: number | string; } declare const _default: (args?: DrawerStyles, classNames?: Partial<Record<"header" | "title" | "root" | "noOverlay" | "drawer", string>>, name?: string) => Record<"header" | "title" | "root" | "noOverlay" | "drawer", string>; export default _default; //# sourceMappingURL=Drawer.styles.d.ts.map