gather-content-ui
Version:
GatherContent UI Library
16 lines • 627 B
TypeScript
declare function CommentForm({ children, users, placeholder, onCancel, onChange, onSubmit, onRowCountChange, submitText, submitTooltipText, autoFocusInput, onMention, }: any): import("react/jsx-runtime").JSX.Element;
declare namespace CommentForm {
var defaultProps: {
children: string;
onRowCountChange: () => void;
onCancel: () => void;
onChange: () => void;
autoFocusInput: boolean;
placeholder: string;
submitText: string;
onMention: () => void;
submitTooltipText: string;
};
}
export { CommentForm };
//# sourceMappingURL=CommentForm.d.ts.map