index.ts 376 B

123456789101112
  1. import installer from './defaults'
  2. export * from '@element-plus/components'
  3. export * from '@element-plus/constants'
  4. export * from '@element-plus/directives'
  5. export * from '@element-plus/hooks'
  6. export * from './make-installer'
  7. export const install = installer.install
  8. export const version = installer.version
  9. export default installer
  10. export { default as dayjs } from 'dayjs'