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) 217 B
import { LuzmoDashboard } from './dashboard/dashboard-base'; declare class LuzmoDashboardService { _dashboardComponents: LuzmoDashboard[]; } declare const _default: LuzmoDashboardService; export default _default;