feat(chip): add small size (#29514)

Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
Maria Hutt
2024-05-17 12:28:29 -07:00
committed by GitHub
parent 3f12e5850d
commit 9fd1a53c74
30 changed files with 256 additions and 15 deletions

View File

@ -231,7 +231,8 @@ export const IonChip = /*@__PURE__*/ defineContainer<JSX.IonChip>('ion-chip', de
'color',
'outline',
'disabled',
'shape'
'shape',
'size'
]);