ui-lib/lib/ui/icon.d.ts
2023-04-18 17:23:09 +08:00

3 lines
255 B
TypeScript

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