mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
[react-native] Add findNodeHandle declaration
This commit is contained in:
Vendored
+2
@@ -8314,6 +8314,8 @@ declare namespace ReactNative {
|
||||
extraConfig?: {nativeOnly?: any}
|
||||
): React.ComponentClass<P>;
|
||||
|
||||
export function findNodeHandle(componentOrHandle: null | number | React.Component<any, any>): null | number;
|
||||
|
||||
export function processColor(color: any): number;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user