소스 검색

update docs

Daniel Zlotin 6 년 전
부모
커밋
b520a90c7d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      docs/api/ComponentRegistry.md

+ 2
- 2
docs/api/ComponentRegistry.md 파일 보기

@@ -2,9 +2,9 @@
2 2
 
3 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