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.

9 lines (8 loc) 223 B
import { LuzmoDashboard } from './dashboard-base'; /** ! * @element luzmo-embed-dashboard * @description Exposed by @luzmo/embed lib to everyone. * */ export declare class LuzmoEmbedDashboard extends LuzmoDashboard { }