mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
feat(FE-40): create MainUiSlice type
This commit is contained in:
Vendored
+6
-1
@@ -1 +1,6 @@
|
||||
export type UIStore = {};
|
||||
type MainUiSlice = {
|
||||
mainDrawerOpen: boolean;
|
||||
setMainDrawerOpen: (open: boolean) => void;
|
||||
};
|
||||
|
||||
export type UIStore = MainUiSlice;
|
||||
|
||||
Reference in New Issue
Block a user