mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
This is used to set up locale data for the Calendar/Date Picker widgets in react-widgets.
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
import * as moment from 'moment';
|
|
import momentLocalizer from 'react-widgets-moment';
|
|
|
|
// Usage example from http://jquense.github.io/react-widgets/localization/
|
|
moment.locale('en');
|
|
momentLocalizer();
|