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.

7 lines (6 loc) 200 B
import { LuzmoDashboard } from './dashboard-component/dashboard-base'; declare class LuzmoService { _components: LuzmoDashboard[]; } declare const _default: LuzmoService; export default _default;