interface Emphasis {
    children: PhrasingContent[];
    type: "emphasis";
}

Hierarchy (view full)

Properties

Properties

children: PhrasingContent[]
type: "emphasis"

Generated using TypeDoc