| 27 | |
| 28 | // Define better type for the output |
| 29 | export interface HtmlOutput { |
| 30 | html: string; |
| 31 | css?: string; |
| 32 | } |
| 33 | |
| 34 | // Define HTML generation modes for better type safety |
| 35 | export type HtmlGenerationMode = |
nothing calls this directly
no outgoing calls
no test coverage detected