UNPKG

@hmcts/media-viewer

Version:
9 lines 420 B
import { Bookmark } from '../viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces'; export declare const getBookmarkChildren: (bookmarks: Bookmark[]) => any; export declare const generateBookmarkEntities: (bookmarks: Bookmark[]) => { [id: string]: Bookmark; }; export declare const generateBookmarkNodes: (entities: { [id: string]: Bookmark; }) => any[]; //# sourceMappingURL=bookmarks-store-utils.d.ts.map