mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
cb6300c739
* refactor(components): [dialog] refactor - fix TS type. - enhance prop type `beforeClose` - move `token.ts` to `@element-plus/tokens` * refactor: resolve review comments * test: fix slots
11 lines
267 B
TypeScript
11 lines
267 B
TypeScript
export * from './breadcrumb'
|
|
export * from './button'
|
|
export * from './collapse'
|
|
export * from './config-provider'
|
|
export * from './dialog'
|
|
export * from './form'
|
|
export * from './pagination'
|
|
export * from './radio'
|
|
export * from './scrollbar'
|
|
export * from './tabs'
|