import { html } from 'htm/preact'; export type HTMLTemplate = { html: typeof html; };