naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
11 lines (10 loc) • 355 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.commonVars = void 0;
exports.commonVars = {
railInsetHorizontalBottom: 'auto 2px 4px 2px',
railInsetHorizontalTop: '4px 2px auto 2px',
railInsetVerticalRight: '2px 4px 2px auto',
railInsetVerticalLeft: '2px auto 2px 4px',
railColor: 'transparent'
};
;