UNPKG

@mistweaverco/cli-html

Version:

Convert HTML to CLI output with TypeScript support

3 lines (2 loc) 163 B
import { HTMLNode, GlobalConfig, RenderResult } from '../../types'; export declare const voidTag: (_node: HTMLNode, _config: GlobalConfig) => RenderResult | null;