Files
pig-farm-controller-fe/node_modules/element-plus/es/constants/form.mjs
2025-09-19 14:25:20 +08:00

6 lines
159 B
JavaScript

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