@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
12 lines (10 loc) • 340 B
TypeScript
import type { Components, JSX } from "../types/components";
interface LarIntercom extends Components.LarIntercom, HTMLElement {}
export const LarIntercom: {
prototype: LarIntercom;
new (): LarIntercom;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;