UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 351 B
import { IHoverPanelService } from "@docsvision/webclient/Platform/$HoverPanel"; import { HeaderHoverPanelPlugin } from "@docsvision/web/components/table/plugins/hover-panel"; export declare class HoverPanelService implements IHoverPanelService { getPlugins(defaultPlugins: HeaderHoverPanelPlugin<unknown>[]): HeaderHoverPanelPlugin<unknown>[]; }