erp-core-frontend-v2/src/shared/hooks/index.ts
Adrian Flores Cortes 2b2361d87c feat(ux-ui): add hooks, providers, i18n, and update shared exports
- usePermissions, useFilteredNavigation, useTheme, useTenantTheme
- ThemeProvider, TenantThemeProvider
- i18n config with ES/EN locales
- Updated EmptyState with SVG illustrations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 19:26:16 -06:00

8 lines
236 B
TypeScript

export * from './useDebounce';
export * from './useFilteredNavigation';
export * from './useLocalStorage';
export * from './useMediaQuery';
export * from './usePermissions';
export * from './useTenantTheme';
export * from './useTheme';