UNPKG

@guo514360255/element-lib

Version:

This template should help get you started developing with Vue 3 in Vite.

9 lines (8 loc) 269 B
declare const _default: { setKey(key: string): string; set<T>(key: string, val: T, local?: boolean): void; get(key: string, local?: boolean): any; remove(key: string, local?: boolean): void; clear(local?: boolean): void; }; export default _default;