Files
2025-07-16 16:30:56 +00:00

5 lines
78 B
TypeScript

export interface Element {
html: HTMLElement;
generateHtml(): void;
}