fix(item-sliding): expose item sliding methods

This commit is contained in:
Adam Bradley
2017-10-25 09:44:37 -05:00
parent 09ea6fd318
commit 39d3ce230f
4 changed files with 31 additions and 29 deletions

View File

@ -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
}
}