mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
import Calendar from './src/calendar.vue'
|
|
|
|
export const ElCalendar = withInstall(Calendar)
|
|
export default ElCalendar
|
|
|
|
export * from './src/calendar'
|