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:
witt
2021-06-26 19:50:19 +08:00
committed by GitHub
parent 26490d43d4
commit 2dbf1ddf25
16 changed files with 578 additions and 305 deletions

View File

@@ -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'