zarm
Version:
基于 React 的移动端UI库
40 lines (39 loc) • 779 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var KeysConfig = {
number: {
columns: 4,
keys: ['1', '2', '3', {
text: 'delete',
rowSpan: 2
}, '4', '5', '6', '7', '8', '9', {
text: 'ok',
rowSpan: 2
}, '', '0', 'close']
},
price: {
columns: 4,
keys: ['1', '2', '3', {
text: 'delete',
rowSpan: 2
}, '4', '5', '6', '7', '8', '9', {
text: 'ok',
rowSpan: 2
}, '.', '0', 'close']
},
idcard: {
columns: 4,
keys: ['1', '2', '3', {
text: 'delete',
rowSpan: 2
}, '4', '5', '6', '7', '8', '9', {
text: 'ok',
rowSpan: 2
}, 'X', '0', 'close']
}
};
var _default = KeysConfig;
exports.default = _default;
;