interface Strong {
    children: PhrasingContent[];
    type: "strong";
}

Hierarchy (view full)

Properties

Properties

children: PhrasingContent[]
type: "strong"

Generated using TypeDoc