UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

13 lines (12 loc) 410 B
export default function Attributes(props: { attributes: { [key: string]: unknown; __jbrowsefmt?: Record<string, unknown>; }; omit?: string[]; omitSingleLevel?: string[]; formatter?: (val: unknown, key: string) => React.ReactNode; descriptions?: Record<string, React.ReactNode>; prefix?: string[]; hideUris?: boolean; }): import("react/jsx-runtime").JSX.Element;