Fix typing
This commit is contained in:
parent
e77f333fb6
commit
0a65d919a1
2 changed files with 4 additions and 6 deletions
|
@ -22,10 +22,9 @@ import { WysiwygComposer } from './components/WysiwygComposer';
|
|||
|
||||
interface SendWysiwygComposerProps {
|
||||
disabled?: boolean;
|
||||
onChange?: (content: string) => void;
|
||||
onChange: (content: string) => void;
|
||||
onSend(): () => void;
|
||||
}
|
||||
|
||||
interface ContentProps {
|
||||
disabled: boolean;
|
||||
formattingFunctions: FormattingFunctions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue