Skip to content

Commit

Permalink
refactor(composer): change prop type
Browse files Browse the repository at this point in the history
Co-authored-by: Beatrice Guerra <[email protected]>
  • Loading branch information
gnekoz and beawar authored Jul 11, 2023
1 parent a335aec commit becbbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/integrations/composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type ComposerProps = EditorProps & {
* If defined, a menu item to add inline images is added to the composer.
*/
onFileSelect?: (arg: { editor: TinyMCE; files: HTMLInputElement['files'] | undefined }) => void;
customInitOptions?: EditorProps['init'];
customInitOptions?: Partial<EditorProps['init']>;
};

export const FileInput = styled.input`
Expand Down

0 comments on commit becbbe0

Please sign in to comment.