Skip to content

Commit e76bf2e

Browse files
committed
chore: add default export typing
1 parent e3c5a2c commit e76bf2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ interface CIcon {
1010
}
1111

1212
export declare const CIcon: (props: CIcon) => any
13+
14+
export default (props: CIcon) => any

0 commit comments

Comments
 (0)