@starasia/admin 1.4.6 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Clear the persisted module selection. Use this on logout or whenever
3
+ * caller needs to reset the active module without going through a hook
4
+ * instance. Removes the localStorage key and dispatches the internal
5
+ * change event so any mounted `useModuleSelection()` re-syncs to null.
6
+ */
7
+ export declare function clearModuleSelection(): void;
1
8
  /**
2
9
  * Shared state for the active module/group selected via ModuleSwitcher.
3
10
  * Backed by localStorage; synced across components in the same tab via