UNPKG

@legumeinfo/web-components

Version:

Web Components for the Legume Information System and other AgBio databases

11 lines 396 B
/** * This module contains visualization Web Components. These can be used directly * but also serve as building blocks that can be used to build higher-order * components, i.e. components that incorporate both HTML elements and * visualizations. * * @module viz components */ export * from './lis-legend-element'; export * from './lis-phylotree-element'; //# sourceMappingURL=index.js.map