feat(item-option): add shapes (#29636)

This commit is contained in:
Maria Hutt
2024-06-20 11:24:38 -07:00
committed by GitHub
parent 5055bdcc96
commit 3d94b234a0
48 changed files with 201 additions and 5 deletions

View File

@ -492,7 +492,8 @@ export const IonItemOption = /*@__PURE__*/ defineContainer<JSX.IonItemOption>('i
'href',
'rel',
'target',
'type'
'type',
'shape'
]);