docs -> website
This commit is contained in:
4
packages/website/app/react.d.ts
vendored
Normal file
4
packages/website/app/react.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import "react"
|
||||
declare module "react" {
|
||||
export function createContext<Value>(): Context<Value | undefined>
|
||||
}
|
||||
Reference in New Issue
Block a user