2 lines
167 B
TypeScript
2 lines
167 B
TypeScript
export function createIcon(type: string, id: string, style?: { [key: string]: string }): SVGSVGElement
|
|
export function resolveIcon(container: HTMLElement): HTMLElement |