UNPKG

355 BTypeScriptView Raw
1import type { Components, JSX } from "../dist/types/interface";
2
3interface IonProgressBar extends Components.IonProgressBar, HTMLElement {}
4export const IonProgressBar: {
5 prototype: IonProgressBar;
6 new (): IonProgressBar;
7};
8/**
9 * Used to define this component and all nested components recursively.
10 */
11export const defineCustomElement: () => void;