Skip to content

Commit

Permalink
Fix #7182: FloatLabel proper SPAN attributes (#7183)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Sep 14, 2024
1 parent ac07d5c commit 50bd7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/floatlabel/floatlabel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ export interface FloatLabelProps {
* @group Component
*
*/
export declare const FloatLabel: React.ForwardRefExoticComponent<FloatLabelProps & React.RefAttributes<HTMLSpanElement>>;
export declare const FloatLabel: React.ForwardRefExoticComponent<FloatLabelProps & React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;

0 comments on commit 50bd7b6

Please sign in to comment.