UNPKG

@tra-tech/react-native-kitra

Version:
15 lines (14 loc) 536 B
/// <reference types="react" /> import { TouchableOpacityProps } from 'react-native'; import type { CheckBoxProps, FCCWD } from '../../types'; export declare const CheckBox: FCCWD<CheckBoxProps & TouchableOpacityProps>; declare const _default: import("react").ForwardRefExoticComponent<CheckBoxProps & TouchableOpacityProps & { theme?: { [index: string]: string; } | undefined; } & { typography?: any; } & { children?: import("react").ReactNode; } & import("react").RefAttributes<any>>; export default _default;