UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

5 lines (3 loc) 220 B
import { ITablePlugins, TablePlugins } from '@docsvision/web/components/table/interfaces'; export declare const TableRowColorPlugin: TablePlugins.Row.Decorator; export declare const TableRowColorPlugins: ITablePlugins;