UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines 432 B
import { MantineTheme } from '../../../theme'; interface MenuButtonStyles { theme: MantineTheme; color: string; } declare const _default: (args?: MenuButtonStyles, classNames?: Partial<Record<"body" | "label" | "icon" | "root" | "inner" | "hovered", string>>, name?: string) => Record<"body" | "label" | "icon" | "root" | "inner" | "hovered", string>; export default _default; //# sourceMappingURL=MenuButton.styles.d.ts.map