UNPKG

@legumeinfo/web-components

Version:

Web Components for the Legume Information System and other AgBio databases

14 lines 636 B
/** * This module contains controllers that encapsulate code so that it may be used * by multilpe components. Specifically, components have a "has-a" releationship * with controllres, which gives them access to a controller's functionality. * The controllers in this module are not intended for users of this library. * * @module controllers */ export * from './lis-cancel-promise-controller'; export * from './lis-dom-content-loaded-controller'; export * from './lis-query-string-parameters-controller'; export * from './lis-slot-controller'; export * from './lis-resize-observer-controller'; //# sourceMappingURL=index.d.ts.map