UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

5 lines (4 loc) 248 B
declare const setLocalStorage: (name: string, value: any) => void; declare const getLocalStorage: (name: string) => any; declare const deleteLocalStorage: (name: string) => void; export { setLocalStorage, getLocalStorage, deleteLocalStorage };