UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines 331 B
import { MantineTheme } from '../../theme'; interface CodeStyles { theme: MantineTheme; color: string; } declare const _default: (args?: CodeStyles, classNames?: Partial<Record<"block" | "root", string>>, name?: string) => Record<"block" | "root", string>; export default _default; //# sourceMappingURL=Code.styles.d.ts.map