fix: export AstroComponentFactory for tsc validattion to pass (#3917)

This commit is contained in:
Herman Z 2022-07-14 20:20:10 +02:00 committed by GitHub
parent 7094d6a45f
commit 77a708a3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ 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 interface AstroBuiltinProps {