import { withInstall } from '@/utils'; import DateRangePicker from './src/date-range-picker.vue'; export const AppDateRangePicker = withInstall(DateRangePicker);