feat: 初始化财务管理应用前端项目,包含账户、预算、交易、报表、设置等核心功能模块。
This commit is contained in:
9
copy/src/hooks/index.ts
Normal file
9
copy/src/hooks/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Custom hooks barrel export
|
||||
*/
|
||||
|
||||
export { useTheme } from './useTheme';
|
||||
export type { Theme } from './useTheme';
|
||||
|
||||
export { useDevice, useIsMobile, useIsDesktop, useIsTablet } from './useDevice';
|
||||
export type { DeviceInfo, DeviceType } from './useDevice';
|
||||
Reference in New Issue
Block a user