UNPKG

1.68 kBTypeScriptView Raw
1import React from 'react';
2import { CheckBoxProps } from '../checkbox/CheckBox';
3declare const _default: React.FunctionComponent<Omit<import("react-native").TouchableOpacityProps & import("../checkbox/CheckBoxIcon").CheckBoxIconProps & {
4 Component?: typeof React.Component;
5 iconRight?: boolean;
6 title?: string | React.ReactElement<{}, string | React.JSXElementConstructor<any>>;
7 titleProps?: import("react-native").TextProps;
8 center?: boolean;
9 right?: boolean;
10 containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
11 wrapperStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
12 textStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
13 checkedTitle?: string;
14 fontFamily?: string;
15} & Partial<import("../config").ThemeProps<CheckBoxProps>>, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<import("react-native").TouchableOpacityProps & import("../checkbox/CheckBoxIcon").CheckBoxIconProps & {
16 Component?: typeof React.Component;
17 iconRight?: boolean;
18 title?: string | React.ReactElement<{}, string | React.JSXElementConstructor<any>>;
19 titleProps?: import("react-native").TextProps;
20 center?: boolean;
21 right?: boolean;
22 containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
23 wrapperStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
24 textStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
25 checkedTitle?: string;
26 fontFamily?: string;
27} & Partial<import("../config").ThemeProps<CheckBoxProps>>>;
28export default _default;