ant-design-blazor/components/core/JsInterop/Window.cs
2020-06-03 23:11:02 +08:00

14 lines
239 B
C#

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; }
}
}