import DatePicker from './src/date-picker' import type { SFCWithInstall } from '@element-plus/utils/types' const _DatePicker: SFCWithInstall = DatePicker as SFCWithInstall _DatePicker.install = app => { app.component(_DatePicker.name, _DatePicker) } export default _DatePicker