one-click-accessibility/modules/settings/assets/js/hooks/index.js
Nirbhay Singh 6f62e6d78e
Feature/app 708 widget menu settings (#118)
* add: icons for menu settings

* add: placeholder layout for widget preview in menu settings

* update: load saved settings and updated imports

* add: logics for handling and saving menu settings

* add: useSavedSettings hook

* update: set export as default for Sidebar layout

* add: widget menu settings layout and settings

* update: add widget menu settings and widget preview layouts

* add: hide/show minimum option alert notification

* update: styling of the save button

* update: save settings logic to use async/await

* fix: accessibility text icon
2024-12-04 18:30:07 +05:30

11 lines
567 B
JavaScript

export { useAuth } from './use-auth';
export { useModal } from './use-modal';
export { useSettings } from './use-settings';
export { SettingsProvider } from './use-settings';
export { useStorage } from './use-storage';
export { useToastNotification } from './use-notifications';
export { NotificationsProvider } from './use-notifications';
export { useNotificationSettings } from './use-notifications';
export { useSavedSettings } from './use-saved-settings';
export { useIconPosition } from './use-icon-positioon';
export { useIconDesign } from './use-icon-design';