UNPKG

expo-divkit

Version:
4 lines 285 B
import { CustomViewComponent } from "./ExpoDivKit.types"; export declare const CustomComponentLibrary: Map<string, CustomViewComponent>; export declare function initCustomComponent(customType: string, component: CustomViewComponent): void; //# sourceMappingURL=CustomComponent.d.ts.map