fix improve component docs

This commit is contained in:
Ruben Fiszel
2023-10-22 18:14:42 +02:00
parent c531ed9544
commit 6d32821139
@@ -108,11 +108,11 @@ export function getComponentControl(type: keyof typeof components): Array<Compon
case 'quillcomponent':
case 'textcomponent':
case 'textareainputcomponent':
return [setValue]
case 'formcomponent':
case 'schemaformcomponent':
case 'formbuttoncomponent':
return [setValue, validate, validateAll, invalidate]
case 'tablecomponent':
return [setSelectedIndex]
default: