react-native-gesture-handler
Version:
Experimental implementation of a new declarative API for gesture handling in react-native
7 lines (6 loc) • 436 B
TypeScript
import * as React from 'react';
export declare function filterConfig(props: Record<string, unknown>, validProps: string[], defaults?: Record<string, unknown>): {
[x: string]: unknown;
};
export declare function findNodeHandle(node: null | number | React.Component<any, any> | React.ComponentClass<any>): null | number | React.Component<any, any> | React.ComponentClass<any>;
export declare function scheduleFlushOperations(): void;