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

6 lines • 333 B
import type { AstroIntegration } from "astro"; import type { AstroTipsOptions } from "./src/types.js"; declare function astroTips(options?: AstroTipsOptions): AstroIntegration; export default astroTips; export type { AstroTipsOptions, AstroTipsConfig, TipConfig, TipStyle, } from "./src/types.js"; //# sourceMappingURL=index.d.ts.map