UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

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