UNPKG

opendash

Version:

open.DASH data visualization framework

7 lines (6 loc) 269 B
import * as React from "react"; import { WidgetContextInterface, WidgetBaseContextInterface } from ".."; export declare const WidgetSettingsRender: React.NamedExoticComponent<{ context: WidgetContextInterface; baseContext: WidgetBaseContextInterface; }>;