UNPKG

242 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports['default'] = {
7 confirmLabel: '确定',
8 backspaceLabel: '退格',
9 cancelKeyboardLabel: '收起键盘'
10};
11module.exports = exports['default'];
\No newline at end of file