mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
import type { InjectionKey, Ref } from 'vue'
|
|
|
|
export const TEMPLATE_SEARCH_QUERY_OVERRIDE_KEY: InjectionKey<Ref<string>> =
|
|
Symbol('TemplateSearchOverride')
|