UNPKG

@roots/bud-dashboard

Version:

bud.js core module

9 lines (8 loc) 364 B
import type { StatsCompilation } from '@roots/bud-support/webpack'; interface Props { compact?: boolean; compilation?: StatsCompilation; displayEntrypoints?: boolean; } declare const Entrypoints: ({ compact, compilation, displayEntrypoints, }: Props) => import("@roots/bud-support/jsx-runtime").JSX.Element[] | null; export { Entrypoints as default };