UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 245 B
import { ITasksTreeImplState } from "@docsvision/webclient/BackOffice/TasksTreeImpl"; /** @internal */ export interface ITasksTreeContainerProps extends ITasksTreeImplState { /** @internal Vis.js instance */ vis: typeof import('vis'); }