Skip to content

Commit 945fc79

Browse files
committed
Fix typing
1 parent 2f22d91 commit 945fc79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hooks/useContent.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import {useCroct} from './useCroct';
77
import {isSsr} from '../ssr-polyfills';
88
import {hash} from '../hash';
99

10-
export type UseContentOptions<I, F> = FetchOptions & {
11-
fallback?: F,
10+
export type UseContentOptions<I, F> = FetchOptions<F> & {
1211
initial?: I,
1312
cacheKey?: string,
1413
expiration?: number,

0 commit comments

Comments
 (0)