oak-general-business/lib/registry.frontend.d.ts

6 lines
227 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 前端注入自定义功能的注册入口
* 如需要注入请在features初始化中编写注册逻辑使用此处提供的注册方法进行注册
*/
export { registerCos, } from './utils/cos/index.frontend';