@jbrowse/core
Version:
JBrowse 2 core libraries used by plugins
6 lines (5 loc) • 440 B
TypeScript
import type { SvgIconProps } from '@mui/material/SvgIcon';
export declare function Indexing(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
export declare function TrackSelector(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
export declare function DNA(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
export declare function Cable(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;