UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines 455 B
import { MantineNumberSize, MantineTheme } from '../../../theme'; interface MarksStyles { theme: MantineTheme; color: string; size: MantineNumberSize; } declare const _default: (args?: MarksStyles, classNames?: Partial<Record<"mark" | "markWrapper" | "markFilled" | "markLabel", string>>, name?: string) => Record<"mark" | "markWrapper" | "markFilled" | "markLabel", string>; export default _default; //# sourceMappingURL=Marks.styles.d.ts.map