UNPKG

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