@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
15 lines • 750 B
TypeScript
import { MantineTheme, MantineNumberSize, MantineSize } from '../../theme';
export declare const WRAPPER_PADDING = 4;
interface SegmentedControlStyles {
theme: MantineTheme;
fullWidth: boolean;
color: string;
radius: MantineNumberSize;
reduceMotion: boolean;
transitionDuration: number;
transitionTimingFunction: string;
size: MantineSize;
}
declare const _default: (args?: SegmentedControlStyles, classNames?: Partial<Record<"input" | "label" | "control" | "active" | "root" | "controlActive" | "labelActive", string>>, name?: string) => Record<"input" | "label" | "control" | "active" | "root" | "controlActive" | "labelActive", string>;
export default _default;
//# sourceMappingURL=SegmentedControl.styles.d.ts.map