Skip to content

Commit

Permalink
chore(VDatePicker): revert removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Nov 27, 2023
1 parent c11f5a4 commit 14479ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { genericComponent, omit, propsFactory, useRender, wrapInArray } from '@/
import type { PropType } from 'vue'
import type { VPickerSlots } from '@/labs/VPicker/VPicker'
import type { GenericProps } from '@/util'

// Types
export type VDatePickerSlots = Omit<VPickerSlots, 'header'> & {
header: {
Expand Down

0 comments on commit 14479ac

Please sign in to comment.