@evlmaistrenko/tools-antd
    Preparing search index...

    Interface ApplicationContextValue<Config>

    interface ApplicationContextValue<
        Config extends ApplicationConfigBase = ApplicationConfig,
    > {
        breakpoint: Breakpoint;
        config: { setValues: Dispatch<SetStateAction<Config>>; values: Config };
        configProviderProps: ConfigProviderProps;
        deviceColorScheme: null | "dark" | "light";
        initialState: ApplicationState<Config>;
        layout: null | LayoutRef;
        primarySidebar: null | ApplicationSidebar;
        secondarySidebar: null | ApplicationSidebar;
    }

    Type Parameters

    Index

    Properties

    breakpoint: Breakpoint
    config: { setValues: Dispatch<SetStateAction<Config>>; values: Config }
    configProviderProps: ConfigProviderProps
    deviceColorScheme: null | "dark" | "light"
    initialState: ApplicationState<Config>
    layout: null | LayoutRef
    primarySidebar: null | ApplicationSidebar
    secondarySidebar: null | ApplicationSidebar