Skip to content

Commit fc95fca

Browse files
committed
fix(styled): fix import
affects: @datepicker-react/styled
1 parent febb67c commit fc95fca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/styled/lib/components/DateSingleInput/DateSingleInput.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react'
2-
import {FormatFunction} from '@datepicker-react/hooks'
2+
import {FormatFunction, FirstDayOfWeek, MonthType} from '@datepicker-react/hooks'
33
import {DateSingleInputPhrases} from '../../phrases'
4-
import {FirstDayOfWeek, MonthType} from '@datepicker-react/hooks/src'
54
export interface OnDateChangeProps {
65
date: Date | null
76
showDatepicker: boolean

0 commit comments

Comments
 (0)