"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
icon: {
publish: '',
success: '',
fail: '',
},
color: {
iState: {
wait: '#0000FF',
success: '#008000',
fail: '#FF0000',
};