UNPKG

form-preview-df

Version:

Resusable Form Preview Components

12 lines 374 B
import React from 'react'; import './df-form-comments.scss'; 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