ui-lib/lib/ui/icon.d.ts
2023-03-29 18:25:05 +08:00

2 lines
132 B
TypeScript

export function createIcon(type: string, id: string): SVGSVGElement
export function resolveIcon(container: HTMLElement): HTMLElement