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