mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
|
import type { NamedSSRLoadedRendererValue } from 'astro';
|
||
|
export default NamedSSRLoadedRendererValue;
|