UNPKG

@gf-ui/components

Version:
12 lines (10 loc) 361 B
import type { Components, JSX } from "../types/components"; interface GfIconRightarrow extends Components.GfIconRightarrow, HTMLElement {} export const GfIconRightarrow: { prototype: GfIconRightarrow; new (): GfIconRightarrow; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;