element-plus/packages/layout/doc/index.stories.ts
zazzaz 5fcd416cfb
feat: add Layout component (#50)
* feat: add row component

* feat: add col

* test: update test

* refactor: rename to layout

* chore: update
2020-07-31 18:20:03 +08:00

7 lines
92 B
TypeScript

export { default as BasicUsage } from './basic.vue'
export default {
title: 'Layout',
}