UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

7 lines (6 loc) 299 B
export declare class TreeMaskService { static creatMaskElement(): HTMLSpanElement; static addMask(hostElement: any, maskElement: any, treeWidth: number): void; static removeMask(hostElement: any, maskElement: any): void; static calcWidth(treeNode: any, index?: number): any; }