mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: format docs (#8629)
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
---
|
||||
sidebar_label: ScreenshotClip.width
|
||||
---
|
||||
# ScreenshotClip.width property
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
interface ScreenshotClip {width: number;}
|
||||
```
|
||||
---
|
||||
sidebar_label: ScreenshotClip.width
|
||||
---
|
||||
|
||||
# ScreenshotClip.width property
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
interface ScreenshotClip {
|
||||
width: number;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user