types(SwipeCell): add SwipeCellInstance type (#9179)

This commit is contained in:
neverland
2021-08-04 16:02:19 +08:00
committed by GitHub
parent 85b1f83a9d
commit 5d369072fe
5 changed files with 86 additions and 22 deletions
+5
View File
@@ -5,3 +5,8 @@ const SwipeCell = withInstall<typeof _SwipeCell>(_SwipeCell);
export default SwipeCell;
export { SwipeCell };
export type {
SwipeCellSide,
SwipeCellPosition,
SwipeCellInstance,
} from './types';