amis-rpc-design/node_modules/monaco-editor-webpack-plugin/out/loaders/include.d.ts
2023-10-07 19:42:30 +08:00

10 lines
268 B
TypeScript

import type { PitchLoaderDefinitionFunction } from 'webpack';
export interface ILoaderOptions {
globals?: {
[key: string]: string;
};
pre?: string[];
post?: string[];
}
export declare const pitch: PitchLoaderDefinitionFunction<ILoaderOptions>;