@superinterface/react 3.5.0 → 3.5.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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -67
- package/dist/index.d.ts +15 -67
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5760,8 +5760,9 @@ AudioThreadDialog.Content = Content7;
|
|
|
5760
5760
|
var import_react65 = require("react");
|
|
5761
5761
|
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
5762
5762
|
var MarkdownProvider = function(_param) {
|
|
5763
|
-
var children = _param.children, rest = _object_without_properties(_param, [
|
|
5764
|
-
"children"
|
|
5763
|
+
var children = _param.children, components2 = _param.components, rest = _object_without_properties(_param, [
|
|
5764
|
+
"children",
|
|
5765
|
+
"components"
|
|
5765
5766
|
]);
|
|
5766
5767
|
var prevMarkdownContext = useMarkdownContext();
|
|
5767
5768
|
var value = (0, import_react65.useMemo)(function() {
|