iot-ui-vue/src/views/rule-engine/DashBoard/typings.d.ts

5 lines
143 B
TypeScript

export type Footer = {
title: string;
value: number | string;
status?: "default" | "error" | "success" | "warning" | "processing"
}