Rocky_Mountain_Vending/.pnpm-store/v10/files/ae/db8d95c285648ef578a5ec56f11bd4b5d721b08f40b314a96e86724e58c2868d659ae1bc8b60cea29411f45ff743dd690a1151c7264ee12c61ae8d9bda8879
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

16 lines
No EOL
434 B
Text

/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
import type { QueryHandler } from './QueryHandler.js';
import { PollingOptions } from './QueryHandler.js';
/**
* @internal
*/
export declare function getQueryHandlerAndSelector(selector: string): {
updatedSelector: string;
polling: PollingOptions;
QueryHandler: typeof QueryHandler;
};
//# sourceMappingURL=GetQueryHandler.d.ts.map