UNPKG

119 BTypeScriptView Raw
1export declare enum BarChartType {
2 Standard = "standard",
3 Normalized = "normalized",
4 Stacked = "stacked"
5}