headless-commerce
    Preparing search index...

    Interface CartProviderProps

    Cart provider options used by the application shell and component tests.

    interface CartProviderProps {
        children: ReactNode;
        initialState?: CartState;
        persist?: boolean;
    }
    Index

    Properties

    children: ReactNode
    initialState?: CartState
    persist?: boolean