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>>;