Rocky_Mountain_Vending/.pnpm-store/v10/files/30/81f83facadc1663b0a0e6004550f3c75c699b520bfe26e1be1fd98c138417d5b4843fe4ba3d22f19a93cf6dbf6e2cbad487962905ada7ece28fda413fc9a32
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

8 lines
No EOL
307 B
Text

export default InteractiveElementAffordance;
/**
* @fileoverview Manual A11y audit for interactive element affordance.
*/
declare class InteractiveElementAffordance extends ManualAudit {
}
import ManualAudit from '../../manual/manual-audit.js';
//# sourceMappingURL=interactive-element-affordance.d.ts.map