UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 291 B
/// <reference types="react" /> import { IFileListOperation } from '@docsvision/webclient/BackOffice/IFileListOperation'; export interface IFileListWrapper extends IFileListOperation { readonly isFileListWrapper: boolean; renderFileListWrapper(fileListElements: JSX.Element): any; }