UNPKG

beam-cli

Version:

A beautifully simple CLI for running Lighthouse audits on a statically generated (SSG) website

6 lines (5 loc) 112 B
import { FC } from 'react'; export declare const Header: FC<{ title?: string; helpVisible: boolean; }>;