@tra-tech/react-native-kitra
Version:
UI kit for React Native
15 lines (14 loc) • 536 B
TypeScript
/// <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;