You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Mobile: Support building for web (#10650)
This commit is contained in:
@@ -14,12 +14,13 @@ import { HandleMessageCallback, OnMarkForDownloadCallback } from './hooks/useOnM
|
||||
import Resource from '@joplin/lib/models/Resource';
|
||||
import shim from '@joplin/lib/shim';
|
||||
import Note from '@joplin/lib/models/Note';
|
||||
import { ResourceInfo } from './hooks/useRerenderHandler';
|
||||
import getWebViewDomById from '../../utils/testing/getWebViewDomById';
|
||||
|
||||
interface WrapperProps {
|
||||
noteBody: string;
|
||||
highlightedKeywords?: string[];
|
||||
noteResources?: unknown;
|
||||
noteResources?: Record<string, ResourceInfo>;
|
||||
onJoplinLinkClick?: HandleMessageCallback;
|
||||
onScroll?: (percent: number)=> void;
|
||||
onMarkForDownload?: OnMarkForDownloadCallback;
|
||||
|
||||
Reference in New Issue
Block a user