UNPKG

@fruits-chain/react-native-xiaoshu

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