business logic, customer communication.

This commit is contained in:
2023-04-06 17:35:09 +08:00
parent 7c5a9214a1
commit 6157f994a9
23 changed files with 717 additions and 156 deletions

2
lib/ui/icon.d.ts vendored
View File

@ -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