Skip to content

Commit

Permalink
🐛 fix: 补充导出 store 类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Apr 9, 2023
1 parent 2b157f3 commit 6b6eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export { Highlighter } from './components/Highlighter';
export { default as Toc } from './components/Toc';
export { defineThemeConfig } from './config';
// 导出所有需要消费的 store
export { siteSelectors, useSiteStore } from './store';
export { siteSelectors, useSiteStore, type SiteStore } from './store';
// 导出所有需要消费的类型
export * from './types';

1 comment on commit 6b6eed7

@vercel
Copy link

@vercel vercel bot commented on 6b6eed7 Apr 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.