UNPKG

@planbgmbh/flinkey-web-components

Version:

This project provides some Web Components built for usage in combination with the flinkey API.

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