UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

5 lines (4 loc) 310 B
import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces'; export declare const ScrollTopBottomFeature = "ScrollTopBottomFeature"; export declare const ScrollTopBottomButtonsPlugin: TablePlugins.Root.Component; export declare const ScrollTopBottomButtonsPlugins: ITablePlugins;