@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias PrintThisChapterBit

    PrintThisChapterBit: BitCommon & StandardTags & {
        body?: BodyContent;
        buttonCaption?: string;
        footer?: BodyContent;
        printParentChapterLevel?: number;
        resource?: Resource;
        type: "print-this-chapter";
    }