wix-style-react
Version:
wix-style-react
11 lines (10 loc) • 767 B
JavaScript
;
exports.__esModule = true;
exports.dataHooks = exports._24hourTimeFormats = exports._12hourTimeFormats = void 0;
var dataHooks = exports.dataHooks = {
TimeInputInput: 'TimeInput-input',
TimeInputDropdown: 'TimeInput-dropdown'
};
var _24hourTimeFormats = exports._24hourTimeFormats = ['en-GB', 'bg', 'ca', 'zh', 'cs', 'da', 'nl', 'fi', 'fr', 'fr-CA', 'fr-CH', 'fr-BE', 'de', 'de-CH', 'de-AT', 'he', 'ja', 'lt', 'hu', 'id', 'it', 'nb', 'nn', 'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sl', 'es', 'es-419', 'es-AR', 'es-MX', 'sv', 'th', 'uk', 'vi'];
var _12hourTimeFormats = exports._12hourTimeFormats = ['en', 'en-US', 'en-AU', 'en-CA', 'ar', 'zh-TW', 'zh-HK', 'zh-MO', 'el', 'hi', 'ko', 'ms', 'es-US', 'tl', 'tr'];
//# sourceMappingURL=constants.js.map