UNPKG

@roots/bud

Version:

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

9 lines (8 loc) 257 B
import type { Bud } from '@roots/bud-framework'; interface ReplProps { app: Bud; depth: string; indent: string; } export declare const Repl: ({ app, depth, indent }: ReplProps) => import("@roots/bud-support/jsx-runtime").JSX.Element; export {};