UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 215 B
import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow'; export declare function findTaskRow(model: ITasksTableRow[], condition: (x: ITasksTableRow) => boolean): ITasksTableRow | undefined;