preact
This commit is contained in:
parent
6acf267d48
commit
b7614eb3f8
4794 changed files with 1280808 additions and 1546 deletions
12
frontend/node_modules/@prefresh/vite/index.d.ts
generated
vendored
Normal file
12
frontend/node_modules/@prefresh/vite/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { FilterPattern } from '@rollup/pluginutils';
|
||||
import { Plugin } from 'vite';
|
||||
|
||||
interface Options {
|
||||
parserPlugins?: readonly string[];
|
||||
include?: FilterPattern;
|
||||
exclude?: FilterPattern;
|
||||
}
|
||||
|
||||
declare const prefreshPlugin: (options?: Options) => Plugin;
|
||||
|
||||
export = prefreshPlugin;
|
||||
Loading…
Add table
Add a link
Reference in a new issue