MAIDR Documentation - v3.39.0
    Preparing search index...

    Variable storeConst

    store: EnhancedStore<
        {
            braille: BrailleState;
            chat: ChatState;
            commandPalette: CommandPaletteState;
            display: DisplayState;
            goToExtrema: GoToExtremaState;
            help: HelpMenuState;
            review: ReviewState;
            settings: Settings;
            text: TextState;
            rotor: RotorState;
        },
        UnknownAction,
        Tuple<[StoreEnhancer<{}>, StoreEnhancer]>,
    > = ...

    Configures and creates the Redux store with all application view model reducers.