@superinterface/react 2.16.0 → 2.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +20 -26
- package/dist/index.d.ts +20 -26
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1392,10 +1392,7 @@ var components = {
|
|
|
1392
1392
|
};
|
|
1393
1393
|
// src/contexts/markdown/MarkdownContext/index.ts
|
|
1394
1394
|
var MarkdownContext = (0, import_react22.createContext)({
|
|
1395
|
-
|
|
1396
|
-
rehypeReactOptions: {
|
|
1397
|
-
components: components
|
|
1398
|
-
}
|
|
1395
|
+
components: components
|
|
1399
1396
|
});
|
|
1400
1397
|
// src/hooks/markdown/useMarkdownContext/index.ts
|
|
1401
1398
|
var useMarkdownContext = function() {
|