UNPKG

ionicons

Version:

Premium icons for Ionic.

12 lines (10 loc) 325 B
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;