react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
12 lines • 341 B
TypeScript
export interface GestureStateManagerType {
begin: () => void;
activate: () => void;
fail: () => void;
end: () => void;
}
declare function create(handlerTag: number): GestureStateManagerType;
export declare const GestureStateManager: {
create: typeof create;
};
export {};
//# sourceMappingURL=gestureStateManager.d.ts.map