Skip to content

Commit

Permalink
improvement: re-export Props as SEOProps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmerlin committed Mar 3, 2024
1 parent 6974c40 commit 9278a17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ export { default as SEO } from "./SEO.astro";

// @ts-ignore
export * from "./SEO.astro";

// @ts-ignore
import { Props } from "./SEO.astro";

// @ts-ignore
export type SEOProps = Props;

0 comments on commit 9278a17

Please sign in to comment.