Skip to content

Commit 1f960e1

Browse files
authored
Merge pull request #14 from voxtex/fix-type-definition
fix issue #13, correctly import react in type defintion
2 parents 7208cb4 + 0e309f9 commit 1f960e1

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)