UNPKG

@alilc/lowcode-renderer-core

Version:
9 lines 285 B
import adapter from './adapter'; import contextFactory from './context'; export { adapter, contextFactory }; export * from './renderer'; import * as _types from './types'; export { _types as types }; import * as _utils from './utils'; export { _utils as utils }; export * from './hoc';