UNPKG

@hhgtech/hhg-components

Version:
15 lines (14 loc) 460 B
import { MantineSize } from '@mantine/core'; import { CustomStylesType } from "../../../mantine"; declare const _default: (params: { variantStyle: CustomStylesType; size: MantineSize; }, options?: import("@mantine/core").UseStylesOptions<string>) => { classes: { input: string; rightSection: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;