@cambly/syntax-core 3.2.0 → 3.3.0
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.d.ts +11 -11
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -520,7 +520,7 @@ var Divider_module_default = { "divider": "_divider_1ddgq_1" };
|
|
|
520
520
|
|
|
521
521
|
// src/Divider/Divider.tsx
|
|
522
522
|
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
523
|
-
function Divider(
|
|
523
|
+
function Divider() {
|
|
524
524
|
return /* @__PURE__ */ jsx6("hr", { className: Divider_module_default.divider });
|
|
525
525
|
}
|
|
526
526
|
Divider.displayName = "Divider";
|