@replyke/core
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
9 lines • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = useCommentSection;
var react_1 = require("react");
var comment_section_context_1 = require("../../context/comment-section-context");
function useCommentSection() {
return (0, react_1.useContext)(comment_section_context_1.CommentSectionContext);
}
//# sourceMappingURL=useCommentSection.js.map