fix: export AstroComponentFactory for tsc validattion to pass (#3917)
This commit is contained in:
parent
7094d6a45f
commit
77a708a3ee
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue