UNPKG

@hhgtech/hhg-components

Version:
14 lines (13 loc) 368 B
export interface StylesParams { size?: string; weight?: string; as?: any; } 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;