chore: Bump website dependencies (#9739)

This commit is contained in:
Nikolay Vitkov
2023-02-23 13:31:23 +01:00
committed by GitHub
parent e7138cf99d
commit 37eb0f2a19
127 changed files with 1288 additions and 1359 deletions

View File

@@ -21,10 +21,10 @@ class Keyboard {
## Parameters
| Parameter | Type | Description |
| --------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| text | string | A text to type into a focused element. |
| options | { delay?: number; } | <i>(Optional)</i> An object of options. Accepts delay which, if specified, is the time to wait between <code>keydown</code> and <code>keyup</code> in milliseconds. Defaults to 0. |
| Parameter | Type | Description |
| --------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| text | string | A text to type into a focused element. |
| options | { delay?: number; } | _(Optional)_ An object of options. Accepts delay which, if specified, is the time to wait between <code>keydown</code> and <code>keyup</code> in milliseconds. Defaults to 0. |
**Returns:**