UNPKG

@pisell/pisellos

Version:

一个可扩展的前端模块化SDK框架,支持插件系统

7 lines (6 loc) 238 B
export type VariableMap = Record<string, string>; declare const _default: { setConfig: (newConfig: Partial<import("./type").VariablesConfig>) => void; getConfig: () => import("./type").VariablesConfig; }; export default _default;