UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (10 loc) 843 B
import { $SelectionRow } from "@docsvision/webclient/BackOffice/$SelectionRow"; import { ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces"; import { $Domain } from "@docsvision/web/core/state-management"; export declare const CANCEL_BUTTON_ID = "_CANCEL_BUTTON"; export declare const DirectoryRowCutSelectionFeature = "DirectoryRowCutSelectionFeature"; export declare const DirectoryRowCutSelectionPluginMountEffect: TablePlugins.Row.MountEffect; export declare const DirectoryRowCutSelectionPluginDecorator: TablePlugins.Row.Decorator; export declare const DirectoryRowCutSelectionServiceProvider: TablePlugins.ServiceProvider<$SelectionRow & $Domain>; export declare const DirectoryRowCutSelectionButtonPlugin: TablePlugins.Cell.Component; export declare const DirectoryRowCutSelectionPlugins: ITablePlugins;