UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 226 B
import { Table } from '@docsvision/webclient/Platform/Table'; import { IEventArgs } from '@docsvision/webclient/System/IEventArgs'; export interface IFileEventArgs extends IEventArgs { files: FileList; table: Table; }