UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

9 lines (8 loc) 242 B
export default function HighlightBand({ coords, background, children, }: { coords: { left: number; width: number; }; background: string; children?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;