mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-24 04:01:35 +08:00
* 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
11 lines
567 B
JavaScript
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';
|