Skip to content

Commit

Permalink
fix: export type to build in storybook (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmusselli authored Feb 4, 2025
1 parent 482db68 commit fd149d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface IconProps extends SVGProps<SVGElement> {
style?: CSSProperties;
}

interface IcoMoonProps extends IconProps {
export interface IcoMoonProps extends IconProps {
iconSet: IconSet;
}

Expand Down

0 comments on commit fd149d0

Please sign in to comment.