@legumeinfo/web-components
Version:
Web Components for the Legume Information System and other AgBio databases
11 lines • 428 B
JavaScript
/**
* This module contains mixins that encapsulate code so that it may be used by
* multilpe components. Specifically, components have an "is-a" relationship with
* mixins, which gives them access to a mixin's functionality through
* inheritance. The mixins in this module are not intended for users of this
* library.
*
* @module mixins
*/
export * from './lis-paginated-search-mixin';
//# sourceMappingURL=index.js.map