UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 153 B
import { Table } from '@docsvision/webclient/Platform/Table'; export declare function addAndFillTableRows(table: Table, files: FileList): Promise<void>;