UNPKG

@hhgtech/hhg-components

Version:
12 lines (11 loc) 332 B
export interface StylesParams { color?: string; } declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => { classes: { root: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;