modify-css.d.ts 100 B

123
  1. export default function modifyCSS(dom: HTMLElement, css: {
  2. [key: string]: any;
  3. }): HTMLElement;