UNPKG

react-native-gesture-handler

Version:

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

7 lines 577 B
import React from 'react'; export declare const LegacyRawButton: ({ enabled, children, ...rest }: any) => React.JSX.Element; export declare const LegacyBaseButton: ({ enabled, children, ...rest }: any) => React.JSX.Element; export declare const LegacyRectButton: ({ enabled, children, ...rest }: any) => React.JSX.Element; export declare const LegacyBorderlessButton: ({ enabled, children, ...rest }: any) => React.JSX.Element; export declare const LegacyPureNativeButton: ({ enabled, children, ...rest }: any) => React.JSX.Element; //# sourceMappingURL=GestureButtons.d.ts.map