Rocky_Mountain_Vending/.pnpm-store/v10/files/c3/530ae32688e9fa9b024f19d79657d1446a93a24f9a57eb793a7279049f8482d6cae20013d9d52ff242a7f043fb35a640a8300aeb3674ce53a033cd08fd3c7f
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

6 lines
166 B
Text

/**
* Returns the actively focused element safely.
*
* @param doc the document to check
*/
export default function activeElement(doc?: Document): Element | null;