mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix types
This commit is contained in:
parent
1bd560d350
commit
bc001c2b88
@ -75,8 +75,8 @@ describe('SendWysiwygComposer', () => {
|
||||
});
|
||||
|
||||
const customRender = (
|
||||
onChange = (_content: string) => void 0,
|
||||
onSend = () => void 0,
|
||||
onChange = (_content: string): void => void 0,
|
||||
onSend = (): void => void 0,
|
||||
disabled = false,
|
||||
isRichTextEnabled = true,
|
||||
placeholder?: string) => {
|
||||
|
Loading…
Reference in New Issue
Block a user