mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): run build (#26675)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user