Skip to content

Commit 1bd0767

Browse files
committed
chore: types
1 parent f5648d2 commit 1bd0767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const Tag = memo(
211211
| (TagProps.AsAnchor & RefAttributes<HTMLAnchorElement>)
212212
| (TagProps.AsButton & RefAttributes<HTMLButtonElement>)
213213
| (TagProps.AsParagraph & RefAttributes<HTMLParagraphElement>)
214-
| (TagProps.AsSpan & RefAttributes<HTMLParagraphElement>)
214+
| (TagProps.AsSpan & RefAttributes<HTMLSpanElement>)
215215
)
216216
>
217217
>;

0 commit comments

Comments
 (0)