Skip to content

Commit 42f68fb

Browse files
rokorokughengeveld
authored andcommitted
Replace synthetic default imports with star import in ts definit… (#112)
1 parent bef2266 commit 42f68fb

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
@@ -1,4 +1,4 @@
1-
import React from "react"
1+
import * as React from "react"
22

33
export type AsyncChildren<T> = ((state: AsyncState<T>) => React.ReactNode) | React.ReactNode
44
export type InitialChildren<T> = ((state: AsyncInitial<T>) => React.ReactNode) | React.ReactNode

0 commit comments

Comments
 (0)