UNPKG

opendash

Version:

open.DASH data visualization framework

7 lines (5 loc) 183 B
import * as React from "react"; import { WidgetDisplayPropsInterface } from ".."; export type WidgetDisplayComponentInterface = React.ComponentType< WidgetDisplayPropsInterface >;