puppeteer/new-docs/puppeteer.mousebuttoninput.md

12 lines
335 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [MouseButtonInput](./puppeteer.mousebuttoninput.md)
## MouseButtonInput type
<b>Signature:</b>
```typescript
export declare type MouseButtonInput = Exclude<MouseButton, 'none'>;
```