Files
Munawwirul Jamal 3eb9dde21d Dev cleaning (#106)
2025-10-08 00:03:36 +07:00

4 lines
117 B
TypeScript

import type { InjectionKey } from 'vue'
export const FORM_ITEM_INJECTION_KEY = Symbol('id') as InjectionKey<string>