export interface TextMeasurement { /** * 文本的宽度 */ width: number; }