@ohayojp/chart
Version:
Cache the dictionary, city data etc.
12 lines (11 loc) • 366 B
TypeScript
import { BooleanInput } from '@ohayojp/util';
export declare class TrendComponent {
static ngAcceptInputType_colorful: BooleanInput;
static ngAcceptInputType_reverseColor: BooleanInput;
/** 上升下降标识 */
flag: 'up' | 'down';
/** 是否彩色标记 */
colorful: boolean;
/** 颜色反转 */
reverseColor: boolean;
}