@likecoin/epub-ts
    Preparing search index...

    Interface StageOptions

    interface StageOptions {
        axis?: string;
        dir?: string;
        direction?: string;
        fullsize?: boolean;
        height?: string | number;
        hidden?: boolean;
        overflow?: string | boolean;
        width?: string | number;
        writingMode?: string;
    }
    Index

    Properties

    axis?: string
    dir?: string
    direction?: string
    fullsize?: boolean
    height?: string | number
    hidden?: boolean
    overflow?: string | boolean
    width?: string | number
    writingMode?: string