UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines 498 B
import { MantineTheme, MantineNumberSize } from '../../theme'; interface TabsStyles { theme: MantineTheme; tabPadding: MantineNumberSize; } declare const _default: (args?: TabsStyles, classNames?: Partial<Record<"outline" | "body" | "default" | "root" | "pills" | "tabsListWrapper" | "tabsList", string>>, name?: string) => Record<"outline" | "body" | "default" | "root" | "pills" | "tabsListWrapper" | "tabsList", string>; export default _default; //# sourceMappingURL=Tabs.styles.d.ts.map