feat(list): add shapes (#29622)

This commit is contained in:
Maria Hutt
2024-06-20 10:46:12 -07:00
committed by GitHub
parent a3f486bdbf
commit 3c7a00e57d
30 changed files with 579 additions and 10 deletions

View File

@ -518,7 +518,8 @@ export const IonLabel = /*@__PURE__*/ defineContainer<JSX.IonLabel>('ion-label',
export const IonList = /*@__PURE__*/ defineContainer<JSX.IonList>('ion-list', defineIonList, [
'lines',
'inset'
'inset',
'shape'
]);