UNPKG

98 BTypeScriptView Raw
1/**
2 * {@docCategory ISize}
3 */
4export interface ISize {
5 width: number;
6 height: number;
7}