mirror of
https://github.com/sern-handler/website
synced 2026-06-17 05:12:21 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import type { AstroIntegration } from 'astro'
|
|
|
|
export function mdAstro(): AstroIntegration
|
|
|
|
export type { AstroIntegration }
|