UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

15 lines 563 B
import { MantineTheme, MantineNumberSize, MantineSize } from '../../theme'; interface SwitchStyles { reduceMotion: boolean; color: string; size: MantineSize; radius: MantineNumberSize; theme: MantineTheme; } export declare const sizes: Record<MantineSize, { width: number; height: number; }>; declare const _default: (args?: SwitchStyles, classNames?: Partial<Record<"input" | "label" | "root", string>>, name?: string) => Record<"input" | "label" | "root", string>; export default _default; //# sourceMappingURL=Switch.styles.d.ts.map