UNPKG

sodesu-comment

Version:

Comment system with SolidJS

16 lines (15 loc) 481 B
import { Component } from 'solid-js'; export declare const LikeIcon: Component<{ active: boolean; }>; export declare const LoadingIcon: Component<{ size: number | string; }>; export declare const MarkdownIcon: Component<{ size: number | string; }>; export declare const ReplyIcon: Component; export declare const EditIcon: Component; export declare const VerifiedIcon: Component; export declare const DeleteIcon: Component; export declare const PreviewIcon: Component;