Skip to content

Commit 27b5176

Browse files
committed
Update index.ts
1 parent 28ed71f commit 27b5176

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/babel/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ interface State extends babel.PluginPass {
330330
opts: Options;
331331
}
332332

333+
export type { Options };
334+
333335
export default function solidRefreshPlugin(): babel.PluginObj<State> {
334336
return {
335337
name: 'solid-refresh',

0 commit comments

Comments
 (0)