UNPKG

expo-divkit

Version:
5 lines 210 B
export const CustomComponentLibrary = new Map(); export function initCustomComponent(customType, component) { CustomComponentLibrary.set(customType, component); } //# sourceMappingURL=CustomComponent.js.map