@mui-toolpad-extended-tuni/users 3.0.1 → 3.0.2

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,4 @@
1
+ /** @format */
1
2
  /**
2
3
  * UserEventPublisher publishes user state changes to the UserBus.
3
4
  * This component converts user store changes to user events and publishes them.
@@ -1,6 +1,2 @@
1
1
  /** @format */
2
- /**
3
- * Configure UserBus with store methods from useUserStore.
4
- * This should be called once when the users package is initialized.
5
- */
6
2
  export declare function configureUserBus(): void;