8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = {
|
|
gapSmall: '4px 8px',
|
|
gapMedium: '8px 12px',
|
|
gapLarge: '12px 16px'
|
|
};
|