3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
import type { SSRResult } from 'astro';
|
|
export declare function incrementId(rendererContextResult: SSRResult): string;
|