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