mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
feat(spinner): add size for ionic theme (#29699)
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
@ -811,7 +811,8 @@ export const IonSpinner = /*@__PURE__*/ defineContainer<JSX.IonSpinner>('ion-spi
|
||||
'color',
|
||||
'duration',
|
||||
'name',
|
||||
'paused'
|
||||
'paused',
|
||||
'size'
|
||||
]);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user