mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(stencil): updates to stencil 0.0.8-1
This commit is contained in:
@ -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'.
|
||||
|
Reference in New Issue
Block a user