UNPKG

@gf-ui/components

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