From 8d90f104f39f053c932646e586e780106c9b87d7 Mon Sep 17 00:00:00 2001 From: melloware Date: Sat, 14 Sep 2024 11:49:33 -0400 Subject: [PATCH] Fix #7182: FloatLabel proper SPAN attributes --- components/lib/floatlabel/floatlabel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/floatlabel/floatlabel.d.ts b/components/lib/floatlabel/floatlabel.d.ts index c301fcd201..2ce7574e9d 100644 --- a/components/lib/floatlabel/floatlabel.d.ts +++ b/components/lib/floatlabel/floatlabel.d.ts @@ -83,4 +83,4 @@ export interface FloatLabelProps { * @group Component * */ -export declare const FloatLabel: React.ForwardRefExoticComponent>; +export declare const FloatLabel: React.ForwardRefExoticComponent, HTMLSpanElement>>;