mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
|
export const formGroupExtras = Symbol('form-group-extras') as InjectionKey<{
|
||
|
invalid: Ref<boolean>
|
||
|
describedBy: Ref<string | undefined>
|
||
|
}>
|