Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed Jun 13, 2024
1 parent cb3c781 commit f198ade
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { ComponentClass, ComponentProps, ComponentType } from "react";
import { ComponentProps, ComponentType } from "react";
import {
COMPONENT_MAP,
ComponentMap,
ReactNativeComponentPropsType,
ReactNativeComponentType,
} from "../constants";
export function createReactNativeElement<T extends ReactNativeComponentType>(
Expand Down

0 comments on commit f198ade

Please sign in to comment.