UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

6 lines (5 loc) 195 B
import type { Bud } from '@roots/bud-framework'; declare const DisplayEnv: ({ bud }: { bud: Bud; }) => import("@roots/bud-support/jsx-runtime").JSX.Element; export { DisplayEnv as default };