UNPKG

@antv/dom-util

Version:

A common util collection for antv projects

4 lines (3 loc) 100 B
export default function modifyCSS(dom: HTMLElement, css: { [key: string]: any; }): HTMLElement;