XinXiKuaiBaoYuan/vue-info-reporter/node_modules/element-plus/es/constants/form.mjs

6 lines
159 B
JavaScript
Raw Normal View History

const MINIMUM_INPUT_WIDTH = 11;
const BORDER_HORIZONTAL_WIDTH = 2;
export { BORDER_HORIZONTAL_WIDTH, MINIMUM_INPUT_WIDTH };
//# sourceMappingURL=form.mjs.map