Perseus
    Preparing search index...
    type OwnProps = {
        dependencies: PerseusDependenciesV2;
        highlightEmptyWidgets?: boolean;
        hintsVisible?: number;
        item: PerseusItem;
        keypadElement?: KeypadAPI | null;
        problemNum?: number;
        reviewMode?: boolean;
        showSolutions?: ShowSolutions;
    }
    Index

    Properties

    dependencies: PerseusDependenciesV2
    highlightEmptyWidgets?: boolean
    hintsVisible?: number
    keypadElement?: KeypadAPI | null
    problemNum?: number
    reviewMode?: boolean
    showSolutions?: ShowSolutions