Dankoss Docs - v0.1.0
    Preparing search index...

    Defines the cart store interface dependency for controlling the cart's visibility state.

    interface CartState {
        setOpen: (open: boolean) => void;
    }
    Index

    Properties

    Properties

    setOpen: (open: boolean) => void