Skip to content

Commit 3a2ab6e

Browse files
committed
fix(types): add "type" to type exports so it's not added to the transpile js file
1 parent 63eee58 commit 3a2ab6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { addIcons } from './components/icon/utils';
2-
export * from './components';
2+
export type { Components, JSX } from './components';

0 commit comments

Comments
 (0)