ivt
Version:
Ivt Components Library
8 lines (5 loc) • 300 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as SwitchPrimitive from '@radix-ui/react-switch';
import * as React from 'react';
declare function Switch({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime.JSX.Element;
export { Switch };