Daniel Zlotin 7 gadus atpakaļ
vecāks
revīzija
b520a90c7d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      docs/api/ComponentRegistry.md

+ 2
- 2
docs/api/ComponentRegistry.md Parādīt failu

2
 
2
 
3
 ## registerComponent
3
 ## registerComponent
4
 
4
 
5
-`registerComponent(componentName: string, getComponentClassFunc: ComponentProvider): React.ComponentType<any>`
5
+`registerComponent(componentName: string, getComponentClassFunc: ComponentProvider): void`
6
 
6
 
7
-[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/ComponentRegistry.ts#L12)
7
+[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/ComponentRegistry.ts#L11)
8
 
8
 
9
 ---
9
 ---
10
 
10