Trevixal API
    Preparing search index...

    Interface PrintOptions

    interface PrintOptions {
        styles?: () => string;
        theme?: ThemeSnapshot;
        title?: string;
    }
    Index
    styles?: () => string

    CSS inlined into the printed page; pass the kit's collected styles.

    Palette override; the one the editor is rendering in by default.

    title?: string