UNPKG

@hhgtech/hhg-components

Version:
23 lines (22 loc) 620 B
export interface StylesParams { variant?: string; } declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => { classes: { root: string; tabsList: string; tab: string; tabRightSection: string; tabLabel: string; tabIcon: string; panel: string; scrollArea: string; list: string; btn: string; prevBtn: string; nextBtn: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;