Skip to content

Commit 0ec2794

Browse files
authored
feat: export types (#36)
1 parent 9d7a688 commit 0ec2794

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
import { Icon } from './components/Icon'
2-
3-
export default Icon
1+
export { Icon as default } from './components/Icon'
2+
export type { FontType } from './types/FontType'

0 commit comments

Comments
 (0)