mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 09:27:19 +08:00
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
import { ServerPlugin } from '.';
|
|
export declare const seenUrls: Set<unknown>;
|
|
export declare const serveStaticPlugin: ServerPlugin;
|