fix(sliding-item): finish it

This commit is contained in:
Manu Mtz.-Almeida
2017-11-02 10:25:40 +01:00
parent d0e486d2d8
commit 1bfc0c71e3
13 changed files with 269 additions and 325 deletions

View File

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