1 | import type { Component, ComponentClass } from 'react';
|
2 | export declare function findNodeHandle(componentOrHandle: null | number | Component<any, any> | ComponentClass<any>): number | Component<any, any, any> | ComponentClass<any, any> | null;
|
3 | //# sourceMappingURL=findNodeHandle.web.d.ts.map |
\ | No newline at end of file |