UNPKG

@fruits-chain/react-native-xiaoshu

Version:
5 lines (4 loc) 242 B
/// <reference types="react" /> import type { SwitchProps } from './interface'; declare const _default: <ActiveValueT = boolean, InactiveValueT = boolean>(p: SwitchProps<ActiveValueT, InactiveValueT>) => JSX.Element; export default _default;