pdfrx_web
    Preparing search index...

    Interface PdfControlProps

    Props shared by the small toolbar pieces.

    interface PdfControlProps {
        className?: string;
        style?: CSSProperties;
    }
    Index
    className?: string
    style?: CSSProperties