structure adjustment

This commit is contained in:
2023-04-18 17:23:09 +08:00
parent af78bf0381
commit 22dbcf8db2
25 changed files with 519 additions and 138 deletions

1
lib/ui/icon.d.ts vendored
View File

@ -1,2 +1,3 @@
export function createIcon(type: string, id: string, style?: { [key: string]: string }): SVGSVGElement
export function changeIcon(svg: SVGSVGElement, type: string, id: string): SVGSVGElement
export function resolveIcon(container: HTMLElement): HTMLElement