Skip to content

stadium / Exports / Size

Interface: Size

Size

ts
const size: Size = {
  width: 100,
  height: 100,
};

Table of contents

Properties

Properties

height

height: number

세로 길이

Defined in

lib/type.ts:41


width

width: number

가로 길이

Defined in

lib/type.ts:37