UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

7 lines (6 loc) 216 B
export interface Annotation { file: string; location: string; } export declare function getAnnotationsForElement(element: Element): Annotation | undefined; export declare function processAnnotations(): void;