Files
ihrm/node_modules/ionicons/components/ion-icon.d.ts
Nikhil Ravi Cybrosys e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30

12 lines
321 B
TypeScript
Executable File

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;