Rocky_Mountain_Vending/.pnpm-store/v10/files/50/86e53093e1196d7e9a05e040371ccebe8e33c3ef934c80f63a5b689523e433936767e3ebf456dd6a7c25a02f1deecd4fea07ca2416afdb09a6c260e8ad1b0e
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
282 B
Text

export default ARIAAllowedRole;
declare class ARIAAllowedRole extends AxeAudit {
}
export namespace UIStrings {
let title: string;
let failureTitle: string;
let description: string;
}
import AxeAudit from './axe-audit.js';
//# sourceMappingURL=aria-allowed-role.d.ts.map