Skip to content

Commit

Permalink
fix: 🐛 typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Oct 18, 2023
1 parent 724d317 commit a1b0ddb
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 @@ -82,4 +82,4 @@ export const MaterialSymbol = forwardRef(
</Component>
);
}
);
) as <C extends ElementType>(props: PolymorphicMaterialSymbolProps<C>) => ReactElement;

0 comments on commit a1b0ddb

Please sign in to comment.