UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

11 lines (10 loc) 287 B
declare function PrerenderedCanvas(props: { width: number; height: number; highResolutionScaling?: number; style?: any; imageData?: any; showSoftClip?: boolean; blockKey?: string; }): import("react/jsx-runtime").JSX.Element; export default PrerenderedCanvas;