import type { IApi } from 'umi'; /** * 将 contentScripts 添加到打包对象中 * 并在输出结果中添加 contentScripts 脚本 * @param api */ declare const _default: (api: IApi) => void; export default _default;