Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jan 24, 2024
1 parent 28ed71f commit 27b5176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/babel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ interface State extends babel.PluginPass {
opts: Options;
}

export type { Options };

export default function solidRefreshPlugin(): babel.PluginObj<State> {
return {
name: 'solid-refresh',
Expand Down

0 comments on commit 27b5176

Please sign in to comment.