10 lines
233 B
JavaScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
paddingTiny: '0 8px',
paddingSmall: '0 10px',
paddingMedium: '0 12px',
paddingLarge: '0 14px',
clearSize: '16px'
};