UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

12 lines (9 loc) 563 B
export * from '../../blocks/CloudImageEditor/index.js'; export * from './CloudImageEditor.js'; /* TODO: We need to make some dependency injection/checking magic I see it as a declared list of tags on which the block depends Then we can check whether the dependent tag is registered in the CustomElementRegistry or not. If not, register it from default ones or just log the warning */ export { Icon } from '../../blocks/Icon/Icon.js'; export { defineComponents } from '../../abstract/defineComponents.js'; export { Config } from '../../blocks/Config/Config.js';