@sqlrooms/room-shell / createSlice
Function: createSlice()
createSlice<
PC,S>(sliceCreator):StateCreator<S>
Type Parameters
| Type Parameter |
|---|
PC extends object |
S |
Parameters
| Parameter | Type |
|---|---|
sliceCreator | (...args) => S |
Returns
StateCreator<S>
