import { defineComponent } from 'vue' import { tools } from '@tools' export default defineComponent({ name: 'CElemStat', props: { title: String, icon: String, value_today: Number, mytextval: String, classColor: String, colBack: String, mystyle: String, myclass: String, }, components: {}, setup(props) { return { tools } }, })