UNPKG

opendash

Version:

open.DASH data visualization framework

12 lines (7 loc) 229 B
import * as React from "react"; import { useOpenDashApp } from ".."; import { WidgetTypeInterface } from ".."; export function useWidgetTypes(): WidgetTypeInterface[] { const app = useOpenDashApp(); return app.widgets; }