Repository URL to install this package:
|
Version:
2.1.16 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const colorList = [{
label: 'Blue',
value: '#25A9E0',
type: 'color'
}, {
label: 'Green',
value: '#008000',
type: 'color'
}, {
label: 'Black',
value: 'black',
type: 'color'
}, {
label: 'Custom',
value: 'https://raderain.sirv.com/T-Giant/597F_140003110_main.png?ch=150&cw=190&cx=center&cy=center',
type: 'color'
}];
exports.colorList = colorList;