Files
react/lib/components/index.ts
2020-05-06 14:25:10 +08:00

8 lines
412 B
TypeScript

export { default as Layout } from './layout'
export { default as ActiveLink } from 'lib/components/sidebar/active-link'
export { default as ActiveCatalog } from 'lib/components/sidebar/active-catalog'
export { default as Sidebar } from './sidebar'
export { default as Playground } from './playground'
export { default as ExampleBlock } from './example-block'
export { default as Attributes } from './attributes'