UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

5 lines (4 loc) 195 B
export { keyframes } from '@emotion/react'; export { makeStyles } from './mui/index.ts'; import { type CxArg } from './tools/classnames.ts'; export declare function cx(...args: CxArg[]): string;