UNPKG

@roots/bud

Version:

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

5 lines (4 loc) 195 B
import type { Bud } from '@roots/bud-framework'; export declare const Children: ({ compilers, }: { compilers: Record<string, Bud>; }) => import("@roots/bud-support/jsx-runtime").JSX.Element;