5 lines
226 B
TypeScript
5 lines
226 B
TypeScript
import type { Plugin } from 'vite';
|
|
import type { BuildContext } from '../create-build-context';
|
|
declare const buildFilesPlugin: (ctx: BuildContext) => Plugin;
|
|
export { buildFilesPlugin };
|
|
//# sourceMappingURL=plugins.d.ts.map
|