react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
13 lines • 507 B
TypeScript
declare const _default: {
readonly attachGestureHandler: () => void;
readonly createGestureHandler: () => void;
readonly dropGestureHandler: () => void;
readonly setGestureHandlerConfig: () => void;
readonly updateGestureHandlerConfig: () => void;
readonly configureRelations: () => void;
readonly installUIRuntimeBindings: () => boolean;
readonly flushOperations: () => void;
readonly install: () => void;
};
export default _default;
//# sourceMappingURL=module.d.ts.map