feat(radio): component can be used outside of ion-item (#26582)

This commit is contained in:
Sean Perkins
2023-01-10 21:19:21 -05:00
committed by GitHub
parent 162c3f076a
commit 9761b0a092
252 changed files with 1521 additions and 436 deletions

View File

@ -581,6 +581,9 @@ export const IonRadio = /*@__PURE__*/ defineContainer<JSX.IonRadio>('ion-radio',
'name',
'disabled',
'value',
'labelPlacement',
'legacy',
'justify',
'ionStyle',
'ionFocus',
'ionBlur'