element-plus/packages/utils-v2/index.ts

12 lines
289 B
TypeScript
Raw Normal View History

// Internal code, don't use in your app!
export * from './vue'
export * from './arrays'
export * from './browser'
export * from './error'
export * from './i18n'
export * from './objects'
export * from './rand'
export * from './strings'
export * from './types'
export * from './typescript'