You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
609 B
23 lines
609 B
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CLASSNAME_SUFFIX_MAP = void 0;
|
|
exports.CLASSNAME_SUFFIX_MAP = {
|
|
// group
|
|
gridGroup: 'grid-group',
|
|
mainGroup: 'main-group',
|
|
lineGroup: 'line-group',
|
|
tickGroup: 'tick-group',
|
|
labelGroup: 'label-group',
|
|
titleGroup: 'title-group',
|
|
// content
|
|
grid: 'grid',
|
|
line: 'line',
|
|
lineFirst: 'line-first',
|
|
lineSecond: 'line-second',
|
|
tick: 'tick',
|
|
tickItem: 'tick-item',
|
|
label: 'label',
|
|
labelItem: 'label-item',
|
|
title: 'title',
|
|
};
|
|
//# sourceMappingURL=classname-map.js.map
|