UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 268 B
/// <reference types="react" /> import { ITableOperation } from '@docsvision/webclient/Platform/ITableOperation'; export interface ITableWrapper extends ITableOperation { readonly isTableWrapper: boolean; renderTableWrapper(tableElements: JSX.Element): any; }