Browse Source

chore(nc-gui): prop type

pull/3801/head
braks 2 years ago
parent
commit
a40fdadd55
  1. 2
      packages/nc-gui/components/cell/DateTimePicker.vue

2
packages/nc-gui/components/cell/DateTimePicker.vue

@ -3,7 +3,7 @@ import dayjs from 'dayjs'
import { ReadonlyInj, inject, ref, useProject, watch } from '#imports'
interface Props {
modelValue: string | null | undefined
modelValue?: string | null
}
const { modelValue } = defineProps<Props>()

Loading…
Cancel
Save