@@ -2979,9 +2979,6 @@ export namespace Components {
29792979 */
29802980 "triggerAction": TriggerAction;
29812981 }
2982- /**
2983- * *
2984- */
29852982 interface IonProgressBar {
29862983 /**
29872984 * If the buffer and value are smaller than 1, the buffer circles will show. The buffer should be between [0, 1].
@@ -5373,9 +5370,6 @@ declare global {
53735370 prototype: HTMLIonPopoverElement;
53745371 new (): HTMLIonPopoverElement;
53755372 };
5376- /**
5377- * *
5378- */
53795373 interface HTMLIonProgressBarElement extends Components.IonProgressBar, HTMLStencilElement {
53805374 }
53815375 var HTMLIonProgressBarElement: {
@@ -8905,9 +8899,6 @@ declare namespace LocalJSX {
89058899 */
89068900 "triggerAction"?: TriggerAction;
89078901 }
8908- /**
8909- * *
8910- */
89118902 interface IonProgressBar {
89128903 /**
89138904 * If the buffer and value are smaller than 1, the buffer circles will show. The buffer should be between [0, 1].
@@ -10670,9 +10661,6 @@ declare module "@stencil/core" {
1067010661 "ion-picker-legacy": LocalJSX.IonPickerLegacy & JSXBase.HTMLAttributes<HTMLIonPickerLegacyElement>;
1067110662 "ion-picker-legacy-column": LocalJSX.IonPickerLegacyColumn & JSXBase.HTMLAttributes<HTMLIonPickerLegacyColumnElement>;
1067210663 "ion-popover": LocalJSX.IonPopover & JSXBase.HTMLAttributes<HTMLIonPopoverElement>;
10673- /**
10674- * *
10675- */
1067610664 "ion-progress-bar": LocalJSX.IonProgressBar & JSXBase.HTMLAttributes<HTMLIonProgressBarElement>;
1067710665 "ion-radio": LocalJSX.IonRadio & JSXBase.HTMLAttributes<HTMLIonRadioElement>;
1067810666 "ion-radio-group": LocalJSX.IonRadioGroup & JSXBase.HTMLAttributes<HTMLIonRadioGroupElement>;
0 commit comments