Skip to content

Commit 70accf5

Browse files
committed
Add isOpen to SwipeRow
1 parent 37e97bb commit 70accf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ interface IPropsSwipeRow<T> {
204204
}
205205

206206
export class SwipeRow<T> extends Component<Partial<IPropsSwipeRow<T>>> {
207+
isOpen: boolean;
207208
closeRow: () => void;
208209
closeRowWithoutAnimation: () => void;
209210
render(): JSX.Element;

0 commit comments

Comments
 (0)