mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
e083447b48
* refactor(components): [collapse] refactor * refactor(components): [collapse] refactor * refactor: rename Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
10 lines
242 B
TypeScript
10 lines
242 B
TypeScript
export * from './form'
|
|
export * from './button'
|
|
export * from './collapse'
|
|
export * from './breadcrumb'
|
|
export * from './pagination'
|
|
export * from './config-provider'
|
|
export * from './radio'
|
|
export * from './tabs'
|
|
export * from './scrollbar'
|