chore(): update stencil (#16460)

This commit is contained in:
Manu MA
2018-11-26 22:19:48 +01:00
committed by GitHub
parent 12bcb415ee
commit d09e55500c
26 changed files with 331 additions and 233 deletions

View File

@@ -154,10 +154,10 @@ Registers a new animation that can be used in any `ion-menu`.
#### Parameters
| Name | Type | Description |
| ----------- | ------------------ | ----------- |
| `name` | `string` | |
| `animation` | `AnimationBuilder` | |
| Name | Type | Description |
| ----------- | ----------------------------------------------------------------------- | ----------- |
| `name` | `string` | |
| `animation` | `(Animation: Animation, baseEl: any, opts?: any) => Promise<Animation>` | |
#### Returns