UNPKG

htmljs-parser

Version:

An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values

8 lines (7 loc) 262 B
import { type StateDefinition, type Meta } from "../internal"; export interface HTMLContentMeta extends Meta { indent: string; singleLine: boolean; delimiter: undefined | string; } export declare const HTML_CONTENT: StateDefinition<HTMLContentMeta>;