@chakra-ui/react-context
Advanced tools
Comparing version 0.0.0-dev-20230320184810 to 0.0.0-dev-20230718122336
@@ -9,3 +9,3 @@ interface CreateContextOptions<T> { | ||
} | ||
declare type CreateContextReturn<T> = [ | ||
type CreateContextReturn<T> = [ | ||
React.Provider<T>, | ||
@@ -12,0 +12,0 @@ () => T, |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -60,1 +61,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@chakra-ui/react-context", | ||
"version": "0.0.0-dev-20230320184810", | ||
"version": "0.0.0-dev-20230718122336", | ||
"description": "", | ||
@@ -35,10 +35,2 @@ "keywords": [ | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
"clean": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"module": "dist/index.mjs", | ||
@@ -45,0 +37,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
10408
8
112