add missing @since annotations to ui-forms & ui-buttons

This commit is contained in:
Konstantin Schaper
2023-01-16 13:56:36 +01:00
parent d5e5490b53
commit 7d2f9b7fe1
4 changed files with 33 additions and 9 deletions

View File

@@ -62,7 +62,10 @@ type Props<FormType extends Record<string, unknown>, DefaultValues extends FormT
submitButtonTestId?: string;
};
/** @Beta */
/**
* @beta
* @since 2.41.0
*/
function Form<FormType extends Record<string, unknown>, DefaultValues extends FormType>({
children,
onSubmit,