UNPKG

@olegrumiancev/sp-react-formfields

Version:

Collection of React controls used for rendering SharePoint fields in custom forms. Support new/edit/display rendering modes.

8 lines 228 B
var currencies = require('./currencies.json'); export var getCurrency = function (lcid) { if (lcid in currencies) { return currencies[lcid]; } return null; }; //# sourceMappingURL=localeCurrency.js.map