structure adjustment
This commit is contained in:
1
lib/ui/icon.d.ts
vendored
1
lib/ui/icon.d.ts
vendored
@ -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
|
Reference in New Issue
Block a user