UNPKG

astro-tips

Version:

🎨 Beautiful, customizable tip and notice blocks for Astro - 16 built-in styles with auto dark mode support and built-in compression

5 lines • 240 B
import type { AstroTipsConfig } from "./types.js"; export declare const TIP_VARIANTS: Set<string>; export declare const pageUsageTracker: Set<string>; export declare const defaultConfig: AstroTipsConfig; //# sourceMappingURL=config.d.ts.map