UNPKG

beam-cli

Version:

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

7 lines (6 loc) 262 B
import { FC } from 'react'; import { LighthouseResultsSummary } from '../../analyse/analyse-lighthouse-results.js'; export declare type TabNames = 'Lighthouse Scores' | 'Page Sizes'; export declare const Explorer: FC<{ results: LighthouseResultsSummary; }>;