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
/
locale
/
my_MM.d.ts
4 lines
(3 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
import
type
{
Locale
}
from
'../interface'
;
declare
const
locale
:
Locale
;
export
default
locale;