vitessce
Version:
This package is the main `vitessce` package on NPM. It exports the `<Vitessce/>` from `@vitessce/all` for backwards compatibility.
9 lines (8 loc) • 392 B
JavaScript
// @ts-check
// eslint-disable-next-line react-refresh/only-export-components
export * from '@vitessce/constants';
// eslint-disable-next-line react-refresh/only-export-components
export * from '@vitessce/config';
// eslint-disable-next-line react-refresh/only-export-components
export * from '@vitessce/all';
export { encodeConfInUrl, decodeURLParamsToConf, } from '@vitessce/export-utils';