Rocky_Mountain_Vending/.pnpm-store/v10/files/e5/972220fcd10b698ed07dcb3eae7d749f0089e4067dd45ce7b959dba4a5e4209fec698a40e8ee0605e472b49424232ca1c3e54ad05c98285eb98c8e3908a7cb
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

10 lines
No EOL
353 B
Text

export default CSSUsage;
declare class CSSUsage extends BaseGatherer {
/**
* @param {LH.Gatherer.Context} context
* @return {Promise<LH.Artifacts['CSSUsage']>}
*/
getArtifact(context: LH.Gatherer.Context): Promise<LH.Artifacts["CSSUsage"]>;
}
import BaseGatherer from '../base-gatherer.js';
//# sourceMappingURL=css-usage.d.ts.map