9 lines
146 B
TypeScript
9 lines
146 B
TypeScript
import * as VxeUIExport from './components'
|
|
|
|
export * from './components'
|
|
|
|
/**
|
|
* A vue based PC component library
|
|
*/
|
|
export default VxeUIExport
|