style: run build, lint, and remove !default Sass variables

This commit is contained in:
Brandy Carney
2024-05-02 17:30:30 -04:00
parent 8b834387d4
commit ef9b823dcd
20 changed files with 234 additions and 266 deletions

View File

@ -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>>;
/**