df-ae-forms-package
Version:
A comprehensive React form preview component library with form controls, validation, and responsive design for Angular/Ionic integration
12 lines • 374 B
TypeScript
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