diff --git a/packages/react-native/Libraries/Components/View/ViewNativeComponent.js b/packages/react-native/Libraries/Components/View/ViewNativeComponent.js index 600eee6fedb..2a28cd4bd99 100644 --- a/packages/react-native/Libraries/Components/View/ViewNativeComponent.js +++ b/packages/react-native/Libraries/Components/View/ViewNativeComponent.js @@ -42,5 +42,3 @@ export const Commands: NativeCommands = codegenNativeCommands({ // Additional note: Our long term plan is to reduce the overhead of the // and wrappers so that we no longer have any reason to export these APIs. export default ViewNativeComponent; - -export type ViewNativeComponentType = HostComponent;