diff --git a/src/babel/index.ts b/src/babel/index.ts index a697d37..55ccb5b 100644 --- a/src/babel/index.ts +++ b/src/babel/index.ts @@ -330,6 +330,8 @@ interface State extends babel.PluginPass { opts: Options; } +export type { Options }; + export default function solidRefreshPlugin(): babel.PluginObj { return { name: 'solid-refresh',