Update types.ts

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-03-16 12:10:32 +00:00
parent 985788ff6d
commit 5fd81db713
+2
View File
@@ -19,6 +19,8 @@ export type Component =
| 'heading'
| 'icon'
| 'link'
| 'list'
| 'list-row'
| 'menu'
| 'password-field'
| 'radio-group'