mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Added new chip tests and baselines
This commit is contained in:
@ -227,7 +227,8 @@ export const IonCheckbox = /*@__PURE__*/ defineContainer<JSX.IonCheckbox, JSX.Io
|
||||
export const IonChip = /*@__PURE__*/ defineContainer<JSX.IonChip>('ion-chip', defineIonChip, [
|
||||
'color',
|
||||
'outline',
|
||||
'disabled'
|
||||
'disabled',
|
||||
'shape'
|
||||
]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user