UNPKG

199 BTypeScriptView Raw
1import type { Components, JSX } from "../dist/types/interface";
2
3interface IonAlert extends Components.IonAlert, HTMLElement {}
4export const IonAlert: {
5 prototype: IonAlert;
6 new (): IonAlert;
7};