UNPKG

vue-app-sdk

Version:
7 lines (6 loc) 210 B
import { KeepAliveOptions, KeepAlive } from './KeepAlive'; export * from './KeepAlive'; /** * 创建页面缓存管理插件 */ export declare function createKeepAlive(options?: KeepAliveOptions): KeepAlive;