UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

8 lines (7 loc) 199 B
import React from "react"; interface CommentInputProps { placeholder?: string; onSend: (comment: string) => void; } export declare const CommentInput: React.FC<CommentInputProps>; export {};