UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 437 B
/// <reference types="react" /> export type { SwitchProps } from '@mantine/core'; export declare const Switch: ((props: import("@mantine/core").SwitchProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & { Group: import("react").ForwardRefExoticComponent<import("@mantine/core").SwitchGroupProps & import("react").RefAttributes<HTMLDivElement>>; } & { displayName: string; };