UNPKG

opendash

Version:

open.DASH data visualization framework

4 lines (3 loc) 193 B
import { WidgetSettingsPropsInterface } from ".."; import { ComponentType } from "react"; export declare type WidgetSettingsComponentInterface = ComponentType<WidgetSettingsPropsInterface>;