UNPKG

@roots/bud

Version:

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

7 lines (6 loc) 207 B
import type { Bud } from '@roots/bud-framework'; interface Props { path?: Bud[`path`]; } export declare const Paths: ({ path }: Props) => import("@roots/bud-support/jsx-runtime").JSX.Element; export {};