UNPKG

sws-micro-app-adapter

Version:
6 lines (5 loc) 136 B
/** * 在微应用环境下获取静态资源访问路径 */ declare const getPublicPath: () => string; export default getPublicPath;