refactor(slides): fix typings issue, add TODO to fix it later

This commit is contained in:
Dan Bucholtz
2018-01-08 13:49:47 -06:00
parent 61713ffba5
commit 7fa6820a56
4 changed files with 5 additions and 8 deletions

View File

@ -40,9 +40,6 @@ import {
import {
SelectPopoverOption,
} from './components/select-popover/select-popover';
import {
SwiperOptions,
} from './components/slides/vendor/swiper';
import {
ActionSheetController as IonActionSheetController
@ -2629,7 +2626,7 @@ declare global {
}
namespace JSXElements {
export interface IonSlidesAttributes extends HTMLAttributes {
options?: SwiperOptions;
options?: any;
pager?: boolean;
}
}