react-native-elements
Version:
React Native Elements & UI Toolkit
29 lines (28 loc) • 2.91 kB
TypeScript
import React from 'react';
import { CheckBoxProps } from '../checkbox/CheckBox';
declare const _default: React.FunctionComponent<Pick<import("react-native").TouchableOpacityProps & import("../checkbox/CheckBoxIcon").CheckBoxIconProps & {
Component?: typeof React.Component;
iconRight?: boolean;
title?: string | React.ReactElement<{}, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)>) | (new (props: any) => React.Component<any, any, any>)>;
titleProps?: import("react-native").TextProps;
center?: boolean;
right?: boolean;
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
wrapperStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
textStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
checkedTitle?: string;
fontFamily?: string;
} & Partial<import("../config").ThemeProps<CheckBoxProps>>, "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "center" | "disabled" | "size" | "onPress" | "onLongPress" | "activeOpacity" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "hitSlop" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "hasTVPreferredFocus" | "tvParallaxProperties" | "touchSoundDisabled" | "Component" | "containerStyle" | "title" | "right" | "textStyle" | "titleProps" | "iconRight" | "wrapperStyle" | "checked" | "onIconPress" | "onLongIconPress" | "checkedIcon" | "uncheckedIcon" | "iconType" | "checkedColor" | "uncheckedColor" | "checkedTitle" | "fontFamily">> | React.ForwardRefExoticComponent<import("react-native").TouchableOpacityProps & import("../checkbox/CheckBoxIcon").CheckBoxIconProps & {
Component?: typeof React.Component;
iconRight?: boolean;
title?: string | React.ReactElement<{}, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)>) | (new (props: any) => React.Component<any, any, any>)>;
titleProps?: import("react-native").TextProps;
center?: boolean;
right?: boolean;
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
wrapperStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
textStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
checkedTitle?: string;
fontFamily?: string;
} & Partial<import("../config").ThemeProps<CheckBoxProps>>>;
export default _default;