UNPKG

react-native-gesture-handler

Version:

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

5 lines 278 B
import React from 'react'; import { Text as RNText, TextProps as RNTextProps } from 'react-native'; export declare const Text: React.ForwardRefExoticComponent<RNTextProps & React.RefAttributes<RNText>>; export type Text = typeof Text & RNText; //# sourceMappingURL=Text.d.ts.map