UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (6 loc) 215 B
import { LegacyRef } from 'react'; export interface IDiagramChartProps { chartRef: LegacyRef<HTMLDivElement>; height: number; } export declare function DiagramChart(props: IDiagramChartProps): JSX.Element;