File size: 319 Bytes
19e88d2
 
 
 
 
 
1
2
3
4
5
6
import type { WidgetExample } from "./widget-example.js";
import type { WidgetType } from "./pipelines.js";
type PerLanguageMapping = Map<WidgetType, string[] | WidgetExample[]>;
export declare const MAPPING_DEFAULT_WIDGET: Map<string, PerLanguageMapping>;
export {};
//# sourceMappingURL=default-widget-inputs.d.ts.map