UNPKG

500 BTypeScriptView Raw
1/**
2 * @deprecated new web implementation is enabled by default. This function will be removed in Gesture Handler 3
3 */
4export declare function enableExperimentalWebImplementation(_shouldEnable?: boolean): void;
5/**
6 * @deprecated legacy implementation is no longer supported. This function will be removed in Gesture Handler 3
7 */
8export declare function enableLegacyWebImplementation(shouldUseLegacyImplementation?: boolean): void;
9export declare function isNewWebImplementationEnabled(): boolean;