jccp_a/vuepress/node_modules/unplugin/dist/webpack/loaders/load.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

6 lines
212 B
TypeScript

import { LoaderContext } from "webpack";
//#region src/webpack/loaders/load.d.ts
declare function load(this: LoaderContext<any>, source: string, map: any): Promise<void>;
//#endregion
export { load as default };