We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7a688 commit 0ec2794Copy full SHA for 0ec2794
src/index.ts
@@ -1,3 +1,2 @@
1
-import { Icon } from './components/Icon'
2
-
3
-export default Icon
+export { Icon as default } from './components/Icon'
+export type { FontType } from './types/FontType'
0 commit comments