UNPKG

sd-treeview

Version:

simple folders and files view in tree-view formate

9 lines 240 B
export class GlobalStore { static getclickStoreAddress() { return this.clickStoreAddress; } static setclickStoreAddress(address) { this.clickStoreAddress = address; } } //# sourceMappingURL=GlobalStore.js.map