mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-28 12:15:32 +08:00
refactor(table): redesign interfaces to improve the experience in TypeScript (#569)
* refactor(table): redesign interfaces to improve the experience in TypeScript * docs: upgrade to new type exports * style: fix lint warnings
This commit is contained in:
@@ -3,6 +3,7 @@ export { default as ActiveLink } from './sidebar/active-link'
|
||||
export { default as ActiveCatalog } from './sidebar/active-catalog'
|
||||
export { default as Sidebar } from './sidebar'
|
||||
export { default as Playground } from './playground'
|
||||
export { default as PlaygroundTitle } from './playground/title'
|
||||
export { default as ExampleBlock } from './example-block'
|
||||
export { default as Attributes } from './attributes'
|
||||
export { default as GridDemo } from './grid-demo'
|
||||
|
||||
Reference in New Issue
Block a user