chore(): run build

This commit is contained in:
Liam DeBeasi
2020-10-08 16:10:21 +00:00
parent 18ad9efa4b
commit d371af48e3

View File

@ -368,6 +368,7 @@ export const IonItemSliding = /*@__PURE__*/ defineContainer<JSX.IonItemSliding>(
export const IonLabel = /*@__PURE__*/ defineContainer<JSX.IonLabel>('ion-label', [ export const IonLabel = /*@__PURE__*/ defineContainer<JSX.IonLabel>('ion-label', [
'color', 'color',
'position', 'position',
'ionColor',
'ionStyle' 'ionStyle'
]); ]);