@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
18 lines (17 loc) • 461 B
TypeScript
import { SubtotalType, ValueType, BarShape, LabelPosition } from '../../../constants/capsule-bar-style';
export declare const valueTypeOptions: {
value: ValueType;
text: string;
}[];
export declare const SubtotalTypeOptions: {
value: SubtotalType;
item: string;
}[];
export declare const barShapeOptions: {
value: BarShape;
item: string;
}[];
export declare const labelPositionOptions: {
value: LabelPosition;
item: string;
}[];