14 lines
143 B
Markdown
14 lines
143 B
Markdown
|
---
|
||
|
sidebar_label: BoxModel.height
|
||
|
---
|
||
|
|
||
|
# BoxModel.height property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface BoxModel {
|
||
|
height: number;
|
||
|
}
|
||
|
```
|