types(SwipeCell): add SwipeCellInstance type (#9179)
This commit is contained in:
@@ -5,3 +5,8 @@ const SwipeCell = withInstall<typeof _SwipeCell>(_SwipeCell);
|
||||
|
||||
export default SwipeCell;
|
||||
export { SwipeCell };
|
||||
export type {
|
||||
SwipeCellSide,
|
||||
SwipeCellPosition,
|
||||
SwipeCellInstance,
|
||||
} from './types';
|
||||
|
||||
Reference in New Issue
Block a user