UNPKG

@ucloud-fe/react-components

Version:
19 lines (18 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { currentValueIs: 'Current value is ', inputValueIs: 'Input value is ', period: '.', semicolon: ';', colon: ':', comma: ', ', input: 'Input', isValid: ' is valid', isInvalid: ' is invalid', tip: 'Please press enter or click other place to accept valid value' }; exports.default = _default;