UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

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;