UNPKG

@amcharts/amcharts4

Version:
5 lines (4 loc) 113 B
/** * Defines vertical text aling options */ export declare type TextValign = "top" | "bottom" | "middle";