UNPKG

opendash

Version:

open.DASH data visualization framework

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