mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(slides): fix typings issue, add TODO to fix it later
This commit is contained in:
5
packages/core/src/components.d.ts
vendored
5
packages/core/src/components.d.ts
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user