Dankoss Docs - v0.1.0
Preparing search index...
app/product/[id]/page
CartState
Interface CartState
Description
Defines the cart store interface dependency for controlling the cart's visibility state.
interface
CartState
{
setOpen
:
(
open
:
boolean
)
=>
void
;
}
Index
Properties
set
Open
Properties
set
Open
setOpen
:
(
open
:
boolean
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
set
Open
Dankoss Docs - v0.1.0
Loading...
Description
Defines the cart store interface dependency for controlling the cart's visibility state.