export interface DragTextArrayProps { visible: boolean; fontSize: number; fontFamily: string; color: string; key: number; text: string; }