@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
3 lines • 315 B
TypeScript
import { findNodeHandle as _findNodeHandle } from 'react-native';
export declare function findNodeHandle(componentOrHandle: Parameters<typeof _findNodeHandle>['0']): number | import("react").Component<any, any, any> | import("react").ComponentClass<any, any> | null;
//# sourceMappingURL=findNodeHandle.web.d.ts.map