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>
14 lines
No EOL
333 B
Text
14 lines
No EOL
333 B
Text
/**
|
|
* @internal
|
|
*/
|
|
export declare class ScriptInjector {
|
|
#private;
|
|
append(statement: string): void;
|
|
pop(statement: string): void;
|
|
inject(inject: (script: string) => void, force?: boolean): void;
|
|
}
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const scriptInjector: ScriptInjector;
|
|
//# sourceMappingURL=ScriptInjector.d.ts.map |