UNPKG

@nova-ui/dashboards

Version:

Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and

18 lines (17 loc) 748 B
export * from "./dashboard/public-api"; export * from "./widget/public-api"; export * from "./layouts/public-api"; export * from "./template-load-error/public-api"; export * from "./proportional-widget/public-api"; export * from "./kpi-widget/public-api"; export * from "./risk-score-tile/public-api"; export * from "./timeseries-widget/public-api"; export * from "./table-widget/public-api"; export * from "./providers/public-api"; export * from "./types"; export * from "./time-frame-selection/public-api"; export * from "./loading/public-api"; export * from "./embedded-content/embedded-content.component"; export * from "./list-widget/public-api"; export * from "./widget-search/widget-search.component"; export * from "./widget-search/types";