UNPKG

view-ui-plus

Version:

A high quality UI components Library with Vue.js 3

25 lines (19 loc) 450 B
import type { DefineComponent } from 'vue'; export declare const Trend: DefineComponent<{ /** * 上升下降标识,可选值为 up 或 down */ flag?: string; /** * 是否以彩色显示 */ colorful?: boolean; /** * 是否颜色反转 */ 'reverse-color'?: boolean; /** * 文字是否显示颜色(受 colorful 和 reverse-color 的影响) */ 'text-color'?: boolean; }>