Skip to content

Commit

Permalink
feat: export some hooks from antd-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Feb 1, 2024
1 parent 18d8d6a commit 7d6bddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ export * from './ConfigProvider';
export * from './Logo';
export * from './MonacoEditor';
export * from './Tree';

// ~ antd-style
export { useResponsive, useTheme, useThemeMode } from 'antd-style';

0 comments on commit 7d6bddd

Please sign in to comment.