UNPKG

opendash

Version:

open.DASH data visualization framework

6 lines (4 loc) 122 B
import { WidgetTypeInterface } from ".."; export function createWidget(widget: WidgetTypeInterface) { return widget; }