mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
style: run build, lint, and remove !default Sass variables
This commit is contained in:
@ -531,9 +531,10 @@ import type { CheckboxChangeEventDetail as IIonCheckboxCheckboxChangeEventDetail
|
||||
|
||||
export declare interface IonCheckbox extends Components.IonCheckbox {
|
||||
/**
|
||||
* Emitted when the checked property has changed as a result of a user action such as a click.
|
||||
|
||||
This event will not emit when programmatically setting the `checked` property.
|
||||
* Emitted when the checked property has changed
|
||||
as a result of a user action such as a click.
|
||||
This event will not emit when programmatically
|
||||
setting the `checked` property.
|
||||
*/
|
||||
ionChange: EventEmitter<CustomEvent<IIonCheckboxCheckboxChangeEventDetail>>;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user