UNPKG

@luzmo/embed

Version:

A modern [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components) for [Luzmo](https://luzmo.com) dashboards in your web application.

5 lines (4 loc) 191 B
import { LuzmoBaseVizItem } from './viz-item.base'; export type { LuzmoVizItemComponentInterface } from './viz-item.base'; export declare class LuzmoEmbedVizItem extends LuzmoBaseVizItem { }