UNPKG

@ohayojp/chart

Version:

Cache the dictionary, city data etc.

22 lines (21 loc) 777 B
import { ChangeDetectorRef, OnChanges, TemplateRef } from '@angular/core'; import { BooleanInput } from '@ohayojp/util'; export declare class G2CardComponent implements OnChanges { private cdr; static ngAcceptInputType_bordered: BooleanInput; static ngAcceptInputType_loading: BooleanInput; /** 是否显示边框 */ bordered: boolean; avatar: string | TemplateRef<void>; title: string | TemplateRef<void>; action: string | TemplateRef<void>; total: string; _height: string; _orgHeight: number | string; set contentHeight(value: number | string); footer: string | TemplateRef<void>; /** 是否显示Loading */ loading: boolean; constructor(cdr: ChangeDetectorRef); ngOnChanges(): void; }