UNPKG

df-forms-preview-react

Version:

A comprehensive React form preview component library with form controls, validation, and responsive design

11 lines 340 B
import React from 'react'; interface DfFormCommentsProps { comment?: string; onSave?: (comment: string) => void; placeholder?: string; className?: string; disabled?: boolean; } export declare const DfFormComments: React.FC<DfFormCommentsProps>; export default DfFormComments; //# sourceMappingURL=DfFormComments.d.ts.map