UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 195 B
import { ILabelWidthService } from '@docsvision/webclient/System/$LabelWidth'; export declare class LabelWidthService implements ILabelWidthService { width: number; alignment: boolean; }