UNPKG

astro

Version:

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

4 lines (3 loc) 181 B
import type { Integration } from '../astro.js'; export declare function iconForIntegration(integration: Integration): string; export declare function colorForIntegration(): string;