import { style as modi } from "./Modi/Style"; import { style as application } from "./Application/Style"; import { style as area } from "./Area/Style"; import { style as captcha } from "./Captcha/Style"; import { style as changePasswordTemp } from "./ChangePasswordTemp/Style"; import { style as domain } from "./Domain/Style"; import { style as email } from "./Email/Style"; import { style as extraFile } from "./ExtraFile/Style"; import { style as livestream } from "./Livestream/Style"; import { style as message } from "./Message/Style"; import { style as mobile } from "./Mobile/Style"; import { style as notification } from "./Notification/Style"; import { style as parasite } from "./Parasite/Style"; import { style as smsTemplate } from "./SmsTemplate/Style"; import { style as toDo } from "./ToDo/Style"; import { style as token } from "./Token/Style"; import { style as userEntityGrant } from "./UserEntityGrant/Style"; import { style as userWechatPublicTag } from "./UserWechatPublicTag/Style"; import { style as wechatLogin } from "./WechatLogin/Style"; import { style as wechatMenu } from "./WechatMenu/Style"; import { style as wechatPublicTag } from "./WechatPublicTag/Style"; import { style as wechatQrCode } from "./WechatQrCode/Style"; import { style as wechatUser } from "./WechatUser/Style"; import { style as abstractAccount } from "./AbstractAccount/Style"; import { style as account } from "./Account/Style"; import { style as accountOper } from "./AccountOper/Style"; import { style as deposit } from "./Deposit/Style"; import { style as offlineAccount } from "./OfflineAccount/Style"; import { style as order } from "./Order/Style"; import { style as pay } from "./Pay/Style"; import { style as refund } from "./Refund/Style"; import { style as sysAccountOper } from "./SysAccountOper/Style"; import { style as user } from "./User/Style"; import { style as withdraw } from "./Withdraw/Style"; import { style as withdrawAccount } from "./WithdrawAccount/Style"; import { style as withdrawChannel } from "./WithdrawChannel/Style"; import { style as withdrawTransfer } from "./WithdrawTransfer/Style"; import { style as wpAccount } from "./WpAccount/Style"; import { style as wpProduct } from "./WpProduct/Style"; export const styleDict = { modi, application, area, captcha, changePasswordTemp, domain, email, extraFile, livestream, message, mobile, notification, parasite, smsTemplate, toDo, token, userEntityGrant, userWechatPublicTag, wechatLogin, wechatMenu, wechatPublicTag, wechatQrCode, wechatUser, abstractAccount, account, accountOper, deposit, offlineAccount, order, pay, refund, sysAccountOper, user, withdraw, withdrawAccount, withdrawChannel, withdrawTransfer, wpAccount, wpProduct };