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>
11 lines
No EOL
574 B
Text
11 lines
No EOL
574 B
Text
import { BatchSpanProcessorBase } from '../../../export/BatchSpanProcessorBase';
|
|
import { SpanExporter } from '../../../export/SpanExporter';
|
|
import { BatchSpanProcessorBrowserConfig } from '../../../types';
|
|
export declare class BatchSpanProcessor extends BatchSpanProcessorBase<BatchSpanProcessorBrowserConfig> {
|
|
private _visibilityChangeListener?;
|
|
private _pageHideListener?;
|
|
constructor(_exporter: SpanExporter, config?: BatchSpanProcessorBrowserConfig);
|
|
private onInit;
|
|
protected onShutdown(): void;
|
|
}
|
|
//# sourceMappingURL=BatchSpanProcessor.d.ts.map |