chore(): run build (#26675)

This commit is contained in:
Liam DeBeasi
2023-01-24 19:17:12 -05:00
committed by GitHub
parent 18f109c7da
commit e0f610e470
2 changed files with 2 additions and 4 deletions

View File

@ -553,13 +553,13 @@ export declare interface IonChip extends Components.IonChip {}
@ProxyCmp({
defineCustomElementFn: undefined,
inputs: ['color', 'disabled', 'mode', 'outline', 'useBase']
inputs: ['color', 'disabled', 'outline']
})
@Component({
selector: 'ion-chip',
changeDetection: ChangeDetectionStrategy.OnPush,
template: '<ng-content></ng-content>',
inputs: ['color', 'disabled', 'mode', 'outline', 'useBase']
inputs: ['color', 'disabled', 'outline']
})
export class IonChip {
protected el: HTMLElement;