[ci] format

This commit is contained in:
Princesseuh 2022-07-14 18:21:39 +00:00 committed by fredkbot
parent 77a708a3ee
commit 636881e185

View file

@ -15,8 +15,8 @@ import type { PageBuildData } from '../core/build/types';
import type { AstroConfigSchema } from '../core/config';
import type { ViteConfigWithSSR } from '../core/create-vite';
import type { AstroComponentFactory, Metadata } from '../runtime/server';
export type { AstroComponentFactory } from '../runtime/server';
export type { SSRManifest } from '../core/app/types';
export type { AstroComponentFactory } from '../runtime/server';
export interface AstroBuiltinProps {
'client:load'?: boolean;