Files
ui-lib/lib/app/communications/lib.d.ts
2023-07-27 10:03:53 +08:00

3 lines
181 B
TypeScript

export function createBox(title: HTMLElement, functions: HTMLElement[]): HTMLElement
export function appendMedia(container: HTMLElement, mimeType: string, url: string): HTMLElement