UNPKG

@legumeinfo/web-components

Version:

Web Components for the Legume Information System and other AgBio databases

19 lines 729 B
/** * This module contains higher-order Web Components that implement rich * functionality for end users of this library. This module re-exports * components from the core module for functionality reasons; the components * from the core module are not intended for users of this library. * * * @module user components */ export * from './core'; export * from './lis-gene-search-element'; export * from './lis-trait-search-element'; export * from './lis-qtl-search-element'; export * from './lis-pangene-lookup-element'; export * from './lis-publication-search-element'; export * from './lis-linkout-element'; export * from './lis-trait-association-search-element'; export * from './viz'; //# sourceMappingURL=index.js.map