UNPKG

@pisell/pisellos

Version:

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

4 lines (3 loc) 176 B
import { VariablesConfig } from './type'; export declare const setConfig: (newConfig: Partial<VariablesConfig>) => void; export declare const getConfig: () => VariablesConfig;