UNPKG

@upv/react-ui-core

Version:

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

9 lines (8 loc) 235 B
import React from "react"; interface ReviewerNotesProps { claimId: string | null; value?: string; onChange?: (val: string) => void; } declare const ReviewerNotes: React.FC<ReviewerNotesProps>; export default ReviewerNotes;