mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 17:37:24 +08:00
3 lines
173 B
TypeScript
3 lines
173 B
TypeScript
import { Plugin } from 'rollup';
|
|
export declare const createReplacePlugin: (test: (id: string) => boolean, replacements: Record<string, any>, sourcemap: boolean) => Plugin;
|