Interface IHeaderOptions

interface IHeaderOptions {
    children: readonly (Paragraph | Table)[];
}

Properties

Properties

children: readonly (Paragraph | Table)[]

Generated using TypeDoc