mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
8809b85747
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
import type { NamedSSRLoadedRendererValue } from 'astro';
|
|
|
|
declare const renderer: NamedSSRLoadedRendererValue;
|
|
export default renderer;
|