Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
5
VApp/node_modules/unplugin/dist/webpack/loaders/load.d.mts
generated
vendored
Normal file
5
VApp/node_modules/unplugin/dist/webpack/loaders/load.d.mts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { LoaderContext } from 'webpack';
|
||||
|
||||
declare function load(this: LoaderContext<any>, source: string, map: any): Promise<void>;
|
||||
|
||||
export { load as default };
|
Reference in New Issue
Block a user