mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-13 17:17:40 +08:00
* feat(scaleable): add scaleable props to each component * chore(scaleable): update the exported type * feat: apply scaleable to components chore: remove with-default test: improve testcase for scaleable chore: resolve test warning ci: upgrade nodejs to latest lts docs: fix type error in document site * docs: update documents to be compatible with scaleable chore: fix build errors * chore: remove all size-related attributes docs: improve guide document * docs: add scaleable documentation test: update snapshots chore: remove unused * feat: add scaleable to grid components * docs: improve docs * test: update snapshots * fix(grid): fix basic component props
9 lines
436 B
TypeScript
9 lines
436 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 ExampleBlock } from './example-block'
|
|
export { default as Attributes } from './attributes'
|
|
export { default as GridDemo } from './grid-demo'
|