import type { Style } from "../../core/types.js"; export type TuiMarkdownTheme = Readonly<{ heading: readonly [Style, Style, Style, Style, Style, Style]; strong: Style; emphasis: Style; strikethrough: Style; inlineCode: Style; link: Style; blockquote: Style; listMarker: Style; codeBlock: Style; thematicBreak: Style; html: Style; math: Style; }>; export type TuiMarkdownThemeOverrides = Readonly[]; strong: Partial