UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

4 lines (3 loc) 173 B
import { ToggleSwitchProps } from "../types"; declare function ToggleSwitch(props: ToggleSwitchProps): import("react/jsx-runtime").JSX.Element; export default ToggleSwitch;