astro-gists/package/src/index.d.ts

4 lines
204 B
TypeScript

import type { AstroIntegration } from "astro";
import type { astroGistsUserConfig} from "./schemas/UserConfigSchema";
export default function astroGists(options?: astroGistsUserConfig): AstroIntegration;