Skip to content

Commit 2dc0933

Browse files
authored
Merge pull request #462 from jemise111/add-is-open
Add isOpen to SwipeRow
2 parents 37e97bb + 70accf5 commit 2dc0933

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)