UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines 543 B
import { MantineTheme } from '../../../theme'; interface TabControlStyles { theme: MantineTheme; reduceMotion: boolean; color: string; } declare const _default: (args?: TabControlStyles, classNames?: Partial<Record<"outline" | "default" | "tabActive" | "tabLabel" | "tabControl" | "pills" | "tabInner" | "tabIcon", string>>, name?: string) => Record<"outline" | "default" | "tabActive" | "tabLabel" | "tabControl" | "pills" | "tabInner" | "tabIcon", string>; export default _default; //# sourceMappingURL=TabControl.styles.d.ts.map