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

8 lines
219 B
TypeScript
Executable file

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