@roots/bud-client
Version:
Client scripts for @roots/bud
14 lines (13 loc) • 360 B
TypeScript
/**
* `@roots/bud` client scripts
*
* You should not import this root module.
* Import the components from the submodules instead.
*
* @see https://bud.js.org
* @see https://github.com/roots/bud
*
* @packageDocumentation
*/
export { default as domReady } from '@roots/bud-client/dom-ready';
export { default as lazy } from '@roots/bud-client/lazy';