Skip to content

Commit 79f9d8f

Browse files
committed
chore: remove type * for better backwards compatibility
doesnt need ts 5.0 then, at least for now
1 parent ddfff4d commit 79f9d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export type { CompileOptions, EnableSourcemap, CssHashGetter } from './interfaces';
2-
export type * from './preprocess/public.js';
1+
export { CompileOptions, EnableSourcemap, CssHashGetter } from './interfaces';
2+
export * from './preprocess/public.js';

0 commit comments

Comments
 (0)