UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines 450 B
import { MantineTheme, MantineSize } from '../../theme'; interface InputWrapperStyles { theme: MantineTheme; size: MantineSize; } declare const _default: (args?: InputWrapperStyles, classNames?: Partial<Record<"description" | "label" | "error" | "root" | "required", string>>, name?: string) => Record<"description" | "label" | "error" | "root" | "required", string>; export default _default; //# sourceMappingURL=InputWrapper.styles.d.ts.map