Skip to content

Commit 0e309f9

Browse files
committed
fix issue #13, correctly import react in type defintion
1 parent 7208cb4 commit 0e309f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react';
1+
import * as React from 'react';
22

33
export interface FallbackProps {
44
error?: Error;

0 commit comments

Comments
 (0)