@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
6 lines • 310 B
TypeScript
/// <reference types="react" />
/// <reference types="react" />
import type { SwitchProps } from './interface';
declare const _default: <ActiveValueT = boolean, InactiveValueT = boolean>(p: SwitchProps<ActiveValueT, InactiveValueT>) => JSX.Element;
export default _default;
//# sourceMappingURL=switch.d.ts.map