1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Desktop: Convert last JSX files to TSX

This commit is contained in:
Laurent Cozic
2023-01-19 17:19:06 +00:00
parent ff79ca8781
commit 27bec674a0
32 changed files with 468 additions and 1111 deletions

View File

@ -6,7 +6,8 @@ interface Props {
onDomReady: Function;
onIpcMessage: Function;
viewerStyle: any;
contentMaxWidth: number;
contentMaxWidth?: number;
themeId: number;
}
export default class NoteTextViewerComponent extends React.Component<Props, any> {