UNPKG

380 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = {
7 strokeClassName: 'ql-stroke',
8 fillClassName: 'ql-fill',
9 evenClassName: 'ql-even',
10 colorLabelClassName: 'ql-color-label',
11 transparentClassName: 'ql-transparent',
12 strokeMitterClassName: 'ql-stroke-mitter',
13 thinClassName: 'ql-thin',
14 width: '18px',
15 height: '18px'
16};
\No newline at end of file