UNPKG

@kelvininc/ui-components

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