ui-lib/lib/icon.d.ts
2023-03-29 17:22:44 +08:00

2 lines
132 B
TypeScript

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