3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
import type { SSRResult } from '../../../types/public/index.js';
|
|
export declare function renderCspContent(result: SSRResult): string;
|