business logic, customer communication.
This commit is contained in:
2
lib/ui/icon.d.ts
vendored
2
lib/ui/icon.d.ts
vendored
@ -1,2 +1,2 @@
|
||||
export function createIcon(type: string, id: string): SVGSVGElement
|
||||
export function createIcon(type: string, id: string, style?: { [key: string]: string }): SVGSVGElement
|
||||
export function resolveIcon(container: HTMLElement): HTMLElement
|
Reference in New Issue
Block a user