Skip to content

Commit dd769f2

Browse files
committed
Remove comment syntax from ReactNativeTypes
1 parent 5c56b87 commit dd769f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-native-renderer/src/ReactNativeTypes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ declare const ensureNativeMethodsAreSynced: NativeMethods;
132132
(ensureNativeMethodsAreSynced: INativeMethods);
133133

134134
export type HostInstance = NativeMethods;
135-
/*::
136135
export type HostComponent<Config: {...}> = component(ref: React$RefSetter<HostInstance>, ...Config);
137-
*/
138136

139137
type InspectorDataProps = $ReadOnly<{
140138
[propName: string]: string,

0 commit comments

Comments
 (0)