UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines 406 B
import { MantineTheme } from '../../theme'; interface TooltipStyles { theme: MantineTheme; color: string; } declare const _default: (args?: TooltipStyles, classNames?: Partial<Record<"body" | "tooltip" | "root" | "arrow" | "wrapper", string>>, name?: string) => Record<"body" | "tooltip" | "root" | "arrow" | "wrapper", string>; export default _default; //# sourceMappingURL=Tooltip.styles.d.ts.map