Skip to content

Commit

Permalink
docs: 优化 table 组件文档
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed Oct 30, 2021
1 parent 6aa6e29 commit 6173480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export { default as Progress } from './components/Progress'
export { default as Select } from './components/Select'
export { default as Tab } from './components/Tabs'
export { default as Modal } from './components/Modal'
export { default as Message } from './components/Message'
export { default as Message } from './components/Message'
export { default as Table } from './components/Table'

0 comments on commit 6173480

Please sign in to comment.