// TODO: 完善 CSSProperties 接口 export interface CSSProperties { [key: string]: string; }