docs: remove unhelpful api pages (#9933)

This commit is contained in:
Nikolay Vitkov
2023-03-28 20:02:00 +02:00
committed by GitHub
parent 9af680d3e5
commit a99abc9a2f
342 changed files with 1142 additions and 5150 deletions

View File

@@ -12,7 +12,7 @@ export interface MouseWheelOptions
## Properties
| Property | Modifiers | Type | Description | Default |
| -------------------------------------------------- | --------- | ------ | ------------ | ------- |
| [deltaX?](./puppeteer.mousewheeloptions.deltax.md) | | number | _(Optional)_ | |
| [deltaY?](./puppeteer.mousewheeloptions.deltay.md) | | number | _(Optional)_ | |
| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | ------ | ----------- | ------- |
| deltaX | <code>optional</code> | number | | |
| deltaY | <code>optional</code> | number | | |