---
sidebar_label: BoxModel.width
---

# BoxModel.width property

**Signature:**

```typescript
interface BoxModel {
  width: number;
}
```