UNPKG

@0xsequence/connect

Version:
11 lines 664 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PageHeading = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const design_system_1 = require("@0xsequence/design-system"); const PageHeading = (props) => { const { children, className, ...rest } = props; return ((0, jsx_runtime_1.jsx)(design_system_1.Text, { className: (0, design_system_1.cn)('text-center mt-10 mb-6', className), variant: "normal", fontWeight: "bold", color: "primary", asChild: true, children: (0, jsx_runtime_1.jsx)("h1", { ...rest, children: children }) })); }; exports.PageHeading = PageHeading; //# sourceMappingURL=PageHeading.js.map