mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(sliding-item): finish it
This commit is contained in:
6
packages/core/src/components.d.ts
vendored
6
packages/core/src/components.d.ts
vendored
@ -1222,6 +1222,7 @@ declare global {
|
||||
|
||||
isRightSide?: any,
|
||||
width?: any,
|
||||
fireSwipeEvent?: any,
|
||||
side?: string
|
||||
}
|
||||
}
|
||||
@ -1252,7 +1253,10 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
close?: any
|
||||
getOpenAmount?: any,
|
||||
getSlidingPercent?: any,
|
||||
close?: any,
|
||||
closeOpened?: any
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user