opencode-home / node_modules /@huggingface /tasks /dist /esm /default-widget-inputs.d.ts
kenqtade's picture
Use ken-q org namespace for project Spaces
0865492
Raw
History Blame Contribute Delete
319 Bytes
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