UNPKG

@roots/bud-client

Version:

Client scripts for @roots/bud

16 lines (15 loc) 430 B
// Copyright © Roots Software LLC // Licensed under the MIT license. /** * `@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';