We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febb67c commit fc95fcaCopy full SHA for fc95fca
1 file changed
packages/styled/lib/components/DateSingleInput/DateSingleInput.d.ts
@@ -1,7 +1,6 @@
1
import React from 'react'
2
-import {FormatFunction} from '@datepicker-react/hooks'
+import {FormatFunction, FirstDayOfWeek, MonthType} from '@datepicker-react/hooks'
3
import {DateSingleInputPhrases} from '../../phrases'
4
-import {FirstDayOfWeek, MonthType} from '@datepicker-react/hooks/src'
5
export interface OnDateChangeProps {
6
date: Date | null
7
showDatepicker: boolean
0 commit comments