| 1 | import { Fiber } from "react-reconciler"; |
| 2 | import { AppContainer } from "../../reconciler"; |
| 3 | import { ComponentConfig, registerComponent } from "../config"; |
| 4 | import { RNColorDialog, ColorDialogProps } from "./RNColorDialog"; |
nothing calls this directly
no test coverage detected