tdesign-vue-next
Version:
TDesign Component for vue-next
52 lines (51 loc) • 1.38 kB
TypeScript
import { TdStatisticProps } from './type';
import { PropType } from 'vue';
declare const _default: {
animation: {
type: PropType<TdStatisticProps["animation"]>;
};
animationStart: BooleanConstructor;
color: {
type: PropType<TdStatisticProps["color"]>;
validator(val: TdStatisticProps["color"]): boolean;
};
decimalPlaces: {
type: NumberConstructor;
};
extra: {
type: PropType<TdStatisticProps["extra"]>;
};
format: {
type: PropType<TdStatisticProps["format"]>;
};
loading: BooleanConstructor;
prefix: {
type: PropType<TdStatisticProps["prefix"]>;
};
separator: {
type: StringConstructor;
default: string;
};
suffix: {
type: PropType<TdStatisticProps["suffix"]>;
};
title: {
type: PropType<TdStatisticProps["title"]>;
};
trend: {
type: PropType<TdStatisticProps["trend"]>;
validator(val: TdStatisticProps["trend"]): boolean;
};
trendPlacement: {
type: PropType<TdStatisticProps["trendPlacement"]>;
default: TdStatisticProps["trendPlacement"];
validator(val: TdStatisticProps["trendPlacement"]): boolean;
};
unit: {
type: PropType<TdStatisticProps["unit"]>;
};
value: {
type: NumberConstructor;
};
};
export default _default;