migrate ui library

This commit is contained in:
2023-03-29 18:25:05 +08:00
parent 7c271d9b67
commit ad8fe8fa85
11 changed files with 15 additions and 15 deletions

2
lib/ui/icon.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
export function createIcon(type: string, id: string): SVGSVGElement
export function resolveIcon(container: HTMLElement): HTMLElement