3 lines
181 B
TypeScript
3 lines
181 B
TypeScript
export function createBox(title: HTMLElement, functions: HTMLElement[]): HTMLElement
|
|
|
|
export function appendMedia(container: HTMLElement, mimeType: string, url: string): HTMLElement |