GitHub

HTML

type-alias

import { HTML } from '@daffodil/core'

A token type for HTML. A string that holds renderable content that is suitable for rendering with [innerHTML].

type HTML = string