Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Shiroma committed Oct 17, 2024
1 parent 0fe7f19 commit 24ce8b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type ListItemProps = {
/**
* Link tag to render
*/
linkTag?: keyof JSX.IntrinsicElements | ((...args: any[]) => ReactElement | null);
linkTag?: 'a' | ((...args: any[]) => ReactElement | null);
/**
* The look of the bullet, icon, tick and cross lists
*/
Expand Down

0 comments on commit 24ce8b7

Please sign in to comment.