11 lines
267 B
JavaScript
11 lines
267 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.default = {
|
||
|
thPaddingSmall: '6px',
|
||
|
thPaddingMedium: '12px',
|
||
|
thPaddingLarge: '12px',
|
||
|
tdPaddingSmall: '6px',
|
||
|
tdPaddingMedium: '12px',
|
||
|
tdPaddingLarge: '12px'
|
||
|
};
|