chore(): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-10-11 16:49:05 -05:00
parent c7267e1d52
commit fb3b752198
29 changed files with 306 additions and 248 deletions

View File

@ -157,10 +157,10 @@ Transition to the next slide.
#### Parameters
| Name | Type | Description |
| -------------- | --------------------- | ----------- |
| `speed` | `number | undefined` | |
| `runCallbacks` | `boolean | undefined` | |
| Name | Type | Description |
| -------------- | ---------------------- | ----------- |
| `speed` | `number \| undefined` | |
| `runCallbacks` | `boolean \| undefined` | |
#### Returns
@ -174,10 +174,10 @@ Transition to the previous slide.
#### Parameters
| Name | Type | Description |
| -------------- | --------------------- | ----------- |
| `speed` | `number | undefined` | |
| `runCallbacks` | `boolean | undefined` | |
| Name | Type | Description |
| -------------- | ---------------------- | ----------- |
| `speed` | `number \| undefined` | |
| `runCallbacks` | `boolean \| undefined` | |
#### Returns
@ -191,11 +191,11 @@ Transition to the specified slide.
#### Parameters
| Name | Type | Description |
| -------------- | --------------------- | ----------- |
| `index` | `number` | |
| `speed` | `number | undefined` | |
| `runCallbacks` | `boolean | undefined` | |
| Name | Type | Description |
| -------------- | ---------------------- | ----------- |
| `index` | `number` | |
| `speed` | `number \| undefined` | |
| `runCallbacks` | `boolean \| undefined` | |
#### Returns