UNPKG

@hv/celestial

Version:

A styleguide for documenting your Astro-components

4 lines 236 B
import type { CelestialDoc } from "../types.ts"; export declare function writeDoc(doc: CelestialDoc): Promise<void>; export declare function writeAllDocs(docs: CelestialDoc[]): Promise<void[]>; //# sourceMappingURL=writeStories.d.ts.map