Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/75bf955577c840ca1fbba0f6b96a37f5bf1f459f6f1eebeb8fdc0b43ea05cd0e74ceb34ab2f6a23565def475542cfc38b958bb47b3900071d5b46c4833b28c
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

7 lines
250 B
Text

/**
* Returns one or all computed style properties of an element.
*
* @param node the element
* @param psuedoElement the style property
*/
export default function getComputedStyle(node: HTMLElement, psuedoElement?: string): CSSStyleDeclaration;