/** CSS 格式的动态窗口从屏幕两侧的偏移量 */ export interface DynamicWindowFullscreenOffset { /** The offset from the top */ top?: string; /** The offset from the left */ left?: string; /** The offset from the bottom */ bottom?: string; /** The offset from the right */ right?: string; }