UNPKG

sodesu-comment

Version:

Comment system with SolidJS

6 lines (5 loc) 129 B
import { Component } from 'solid-js'; declare const CommentBox: Component<{ isMain?: boolean; }>; export default CommentBox;