UNPKG

@hv/celestial

Version:

A styleguide for documenting your Astro-components

4 lines 222 B
import type { CelestialDoc } from "../types.ts"; export declare function loadDocs(docPath: string): Promise<CelestialDoc[]>; export declare function getDocs(): Promise<CelestialDoc[]>; //# sourceMappingURL=getDocs.d.ts.map