Skip to content

Commit ab66796

Browse files
committed
Consistent ordering.
1 parent 556aef9 commit ab66796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-async/src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ interface AbstractState<T> {
6161
initialValue?: T | Error
6262
counter: number
6363
promise: Promise<T>
64-
cancel: () => void
6564
run: (...args: any[]) => void
6665
reload: () => void
66+
cancel: () => void
6767
setData: (data: T, callback?: () => void) => T
6868
setError: (error: Error, callback?: () => void) => Error
6969
}

0 commit comments

Comments
 (0)