UNPKG

@mescius/dspdfviewer

Version:
9 lines (8 loc) 359 B
import { FindOptions } from './types'; /** Gets true is options are equal. * @hidden */ export declare function areOptionsEqual(o1: FindOptions, o2: FindOptions): boolean; export { registerSearchPanel } from './SearchWorker'; export { FindOptions, SearchResult, Rect, Range, SearchMsg } from './types'; export { search, SearchStatus } from './api';