UNPKG

@roots/bud

Version:

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

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