UNPKG

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