astro-ghostcms/.pnpm-store/v3/files/29/b1eb9597f4d44f70a73eb6b62ad...

4 lines
245 B
Plaintext

import type { SSRResult } from '../@types/astro.js';
import type { ModuleLoader } from '../core/module-loader/index.js';
export declare function getComponentMetadata(filePath: URL, loader: ModuleLoader): Promise<SSRResult['componentMetadata']>;