From 50bd7b64ab7c41c551743444856e85c24b46bb69 Mon Sep 17 00:00:00 2001 From: Melloware Date: Sat, 14 Sep 2024 11:56:22 -0400 Subject: [PATCH] Fix #7182: FloatLabel proper SPAN attributes (#7183) --- 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>>;