Files
ihrm/node_modules/ionicons/components/ion-icon.d.ts
2023-05-10 15:06:57 +05:30

12 lines
321 B
TypeScript

import type { Components, JSX } from "../dist/types/components";
interface IonIcon extends Components.IonIcon, HTMLElement {}
export const IonIcon: {
prototype: IonIcon;
new (): IonIcon;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;