UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

17 lines 589 B
import { MantineTheme } from '../../theme'; export declare const sizes: { xs: number; sm: number; md: number; lg: number; xl: number; full: string; }; interface ModalStyles { theme: MantineTheme; overflow: 'outside' | 'inside'; size: string | number; } declare const _default: (args?: ModalStyles, classNames?: Partial<Record<"body" | "header" | "title" | "root" | "inner" | "modal", string>>, name?: string) => Record<"body" | "header" | "title" | "root" | "inner" | "modal", string>; export default _default; //# sourceMappingURL=Modal.styles.d.ts.map