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

8 lines
254 B
TypeScript
Executable file

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