UNPKG

sodesu-comment

Version:

Comment system with SolidJS

8 lines (7 loc) 167 B
import { Component } from 'solid-js'; declare const CommentMeta: Component<{ addr?: string; browser?: string; os?: string; }>; export default CommentMeta;