diff --git a/src/index.ts b/src/index.ts index afb8aa1..5421f4e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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; \ No newline at end of file