UNPKG

@amcharts/amcharts4

Version:
5 lines (4 loc) 113 B
/** * Defines horizontal text align options */ export declare type TextAlign = "start" | "end" | "middle";