UNPKG

@ducor/form

Version:
3 lines (2 loc) 198 B
import { SwitchProps } from "@ducor/types"; export declare const Switch: ({ name, label, direction, helperText, id, withAsterisk, ...rest }: SwitchProps) => import("react/jsx-runtime").JSX.Element;