UNPKG

opendash

Version:

open.DASH data visualization framework

8 lines (5 loc) 188 B
import { WidgetSettingsPropsInterface } from ".."; import { ComponentType } from "react"; export type WidgetSettingsComponentInterface = ComponentType< WidgetSettingsPropsInterface >;