UNPKG

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