import { WindowOptions } from "../../global"; /** * 功能变化属性 */ export interface ChangeProps { options: WindowOptions; }