UNPKG

@uiw/react-native

Version:
8 lines (7 loc) 285 B
/// <reference types="react" /> import { SwitchProps } from '../../Switch'; declare const FormSwitch: ({ value, onChange, ...others }: SwitchProps & { onChange?: ((value: boolean) => void) | undefined; value?: boolean | undefined; }) => JSX.Element; export default FormSwitch;