projecte_ionic/node_modules/@ionic/core/components/ion-app.d.ts
2022-02-09 18:30:03 +01:00

8 lines
189 B
TypeScript
Executable file

import type { Components, JSX } from "../dist/types/interface";
interface IonApp extends Components.IonApp, HTMLElement {}
export const IonApp: {
prototype: IonApp;
new (): IonApp;
};