UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

10 lines (9 loc) 195 B
/** * Modify the CSS of a DOM. * @param dom * @param css * @returns */ export declare function modifyCSS(dom: HTMLElement | null | undefined, css: { [key: string]: any; }): HTMLElement;