This website works better with JavaScript
Home
Explore
Help
Sign In
zhangqi
/
swOperation
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
13068915a7
Branches
Tags
defaultDevelop
master
swOperation
/
node_modules
/
@antv
/
dom-util
/
lib
/
modify-css.d.ts
modify-css.d.ts
100 B
History
Raw
1
2
3
export default function modifyCSS(dom: HTMLElement, css: {
[key: string]: any;
}): HTMLElement;