UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 231 B
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow"; export declare function selectNextRow(flatTree: IDirectoryTreeRow[], currentRow: IDirectoryTreeRow, forward: boolean): IDirectoryTreeRow<any>;