Files
react/lib/components/index.ts
witt 2dbf1ddf25 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
2021-06-26 19:50:19 +08:00

10 lines
500 B
TypeScript

export { default as Layout } from './layout'
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'