8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = {
|
|
linkFontSize: '13px',
|
|
linkPadding: '0 0 0 16px',
|
|
railWidth: '4px'
|
|
};
|