UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

4 lines (3 loc) 238 B
export declare function setPrefixedStyle(style: any, name: string, value: string): void; export declare function getComputedStyle(elem: Element, name?: string): any; export declare function hasScrollbars(container: HTMLElement): boolean;