UNPKG

vitessce

Version:

This package is the main `vitessce` package on NPM. It exports the `<Vitessce/>` from `@vitessce/all` for backwards compatibility.

12 lines (11 loc) 396 B
// @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';