UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

18 lines (17 loc) 680 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const CommentsObject_1 = require("../CommentsObject"); const constants_1 = require("./constants"); const styles_1 = require("@mui/material/styles"); const classes = { root: `${constants_1.PREFIX}-skeleton-root` }; const Root = (0, styles_1.styled)(CommentsObject_1.CommentsObjectSkeleton, { name: constants_1.PREFIX, slot: 'SkeletonRoot' })(() => ({})); function CommentsFeedObjectSkeleton(props) { return (0, jsx_runtime_1.jsx)(Root, Object.assign({ className: classes.root }, props)); } exports.default = CommentsFeedObjectSkeleton;