Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:967
Markdown strong.
children:
PhrasingContent[]
Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:975
Children of strong.
optionaldata?:StrongData
Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:979
Data associated with the mdast strong.
optionalposition?:Position
Defined in: node_modules/.bun/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts:103
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
type:
"strong"
Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:971
Node type of mdast strong.