UNPKG
@bigbinary/neeto-datepicker
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
React date & time picker
react-component.github.io/picker
bigbinary/neeto-datepicker
@bigbinary/neeto-datepicker
/
lib
/
generate
/
dayjs.d.ts
5 lines
(4 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Dayjs
}
from
'dayjs'
;
import
type
{
GenerateConfig
}
from
'.'
;
declare
const
generateConfig
:
GenerateConfig
<
Dayjs
>;
export
default
generateConfig;