@ucloud-fe/react-components
Version:
UCloud react components
19 lines (18 loc) • 430 B
JavaScript
;
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;