chore(stencil): updates to stencil 0.0.8-1

This commit is contained in:
Manu Mtz.-Almeida
2017-11-14 23:31:12 +01:00
parent 5113363845
commit 7fff8f27fe
21 changed files with 2297 additions and 2214 deletions

View File

@ -118,7 +118,7 @@ export class Slides {
* that should be controlled by this Slides instance.
* Default: `null`.
*/
@Prop() control: Slides | Slides[] = null;
@Prop() control: any = null;
/**
* @input {string} Swipe direction: 'horizontal' or 'vertical'.