@legumeinfo/web-components
Version:
Web Components for the Legume Information System and other AgBio databases
11 lines • 398 B
TypeScript
/**
* 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.d.ts.map