using System; using System.Collections.Generic; using System.Text; namespace AntDesign.JsInterop { public class Window { public decimal innerHeight { get; set; } public decimal innerWidth { get; set; } } }