73ca94fe66
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
14 lines
144 B
Markdown
14 lines
144 B
Markdown
---
|
|
sidebar_label: BoxModel.height
|
|
---
|
|
|
|
# BoxModel.height property
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface BoxModel {
|
|
height: number;
|
|
}
|
|
```
|