UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

47 lines 1.64 kB
import * as React from 'react'; import type { FlatListProps } from 'react-native'; /** * @deprecated use `ScrollView` instead */ export declare const LegacyScrollView: { (props: import("react-native").ScrollViewProps & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref<React.ComponentType<any> | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `Switch` instead */ export declare const LegacySwitch: { (props: import("react-native").SwitchProps & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref<React.ComponentType<any> | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `TextInput` instead */ export declare const LegacyTextInput: { (props: import("react-native").TextInputProps & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref<React.ComponentType<any> | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `DrawerLayoutAndroid` instead */ export declare const LegacyDrawerLayoutAndroid: () => React.JSX.Element; /** * @deprecated use `RefreshControl` instead */ export declare const LegacyRefreshControl: { (props: import("react-native").ViewProps & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref<React.ComponentType<any> | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `FlatList` instead */ export declare const LegacyFlatList: <ItemT>(props: FlatListProps<ItemT>) => React.JSX.Element; //# sourceMappingURL=GestureComponents.web.d.ts.map