Skip to content

Commit 8de0539

Browse files
add export to typescript tutorial (#4542)
1 parent e4470bf commit 8de0539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ import type { RootState } from '../../app/store'
9696

9797
// highlight-start
9898
// Define a type for the slice state
99-
interface CounterState {
99+
export interface CounterState {
100100
value: number
101101
}
102102

0 commit comments

Comments
 (0)