mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
fix(item-sliding): expose item sliding methods
This commit is contained in:
4
packages/core/src/components.d.ts
vendored
4
packages/core/src/components.d.ts
vendored
@ -1243,6 +1243,8 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
isRightSide?: any,
|
||||
width?: any,
|
||||
side?: string
|
||||
}
|
||||
}
|
||||
@ -1425,6 +1427,8 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
getOpenedItem?: any,
|
||||
setOpenedItem?: any,
|
||||
closeSlidingItems?: any
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user