UNPKG

rc-editor-core

Version:
7 lines (6 loc) 137 B
export default class ConfigStore { private _store; constructor(); set(key: any, value: any): void; get(key: any): any; }