UNPKG

beam-cli

Version:

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

8 lines (7 loc) 192 B
import { FC } from 'react'; import { TabNames } from './explorer.js'; export declare const ExplorerHeader: FC<{ tabs: string[]; selectedTab: TabNames; sortDescription: string; }>;