@legumeinfo/web-components
Version:
Web Components for the Legume Information System and other AgBio databases
17 lines • 655 B
JavaScript
/**
* This module contains Web Components that are considered primitive building
* blocks that can be composed to build higher-order components. The components
* in this module are quite generic and are not intended for users of this
* library.
*
* @module core components
*/
export * from './lis-alert-element';
export * from './lis-form-input-example-element';
export * from './lis-form-wrapper-element';
export * from './lis-inline-loading-element';
export * from './lis-pagination-element';
export * from './lis-simple-table-element';
export * from './lis-loading-element';
export * from './lis-modal-element';
//# sourceMappingURL=index.js.map