UNPKG

@cycle/react-native

Version:

Cycle.js driver that uses React Native to render

21 lines (20 loc) 2.17 kB
export declare const ActivityIndicator: import("./helper").HelperSig<import("react-native").ActivityIndicatorProps>; export declare const Button: import("./helper").HelperSig<import("react-native").ButtonProps>; export declare const DrawerLayoutAndroid: import("./helper").HelperSig<import("react-native").DrawerLayoutAndroidProps>; export declare const FlatList: import("./helper").HelperSig<import("react-native").FlatListProps<unknown>>; export declare const Image: import("./helper").HelperSig<import("react-native").ImageProps>; export declare const InputAccessoryView: import("./helper").HelperSig<import("react-native").InputAccessoryViewProps>; export declare const KeyboardAvoidingView: import("./helper").HelperSig<import("react-native").KeyboardAvoidingViewProps>; export declare const Modal: import("./helper").HelperSig<import("react-native").ModalProps>; export declare const RefreshControl: import("./helper").HelperSig<import("react-native").RefreshControlProps>; export declare const ScrollView: import("./helper").HelperSig<import("react-native").ScrollViewProps>; export declare const SectionList: import("./helper").HelperSig<import("react-native").SectionListProps<unknown>>; export declare const StatusBar: import("./helper").HelperSig<import("react-native").StatusBarProps>; export declare const Switch: import("./helper").HelperSig<import("react-native").SwitchProps>; export declare const TextInput: import("./helper").HelperSig<import("react-native").TextInputProps>; export declare const Text: import("./helper").HelperSig<import("react-native").TextProps>; export declare const TouchableHighlight: import("./helper").HelperSig<import("react-native").TouchableHighlightProps>; export declare const TouchableNativeFeedback: import("./helper").HelperSig<import("react-native").TouchableNativeFeedbackProps>; export declare const TouchableOpacity: import("./helper").HelperSig<import("react-native").TouchableOpacityProps>; export declare const TouchableWithoutFeedback: import("./helper").HelperSig<import("react-native").TouchableWithoutFeedbackProps>; export declare const View: import("./helper").HelperSig<import("react-native").ViewProps>;