funuicss
Version:
React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting b
12 lines (11 loc) • 506 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
function SideContent(_a) {
var content = _a.content;
return (react_1.default.createElement("main", { className: "fun_main_content" }, content && react_1.default.createElement("div", null, content)));
}
exports.default = SideContent;
;