Files
ComfyUI_frontend/src/platform/workflow/templates/utils/templateSearchLabInjection.ts
2025-12-11 03:08:06 -08:00

5 lines
158 B
TypeScript

import type { InjectionKey, Ref } from 'vue'
export const TEMPLATE_SEARCH_QUERY_OVERRIDE_KEY: InjectionKey<Ref<string>> =
Symbol('TemplateSearchOverride')