10 lines
239 B
JavaScript
10 lines
239 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.default = {
|
||
|
radioSizeSmall: '14px',
|
||
|
radioSizeMedium: '16px',
|
||
|
radioSizeLarge: '18px',
|
||
|
labelPadding: '0 8px',
|
||
|
labelFontWeight: '400'
|
||
|
};
|