diff --git a/components/lib/floatlabel/FloatLabel.d.ts b/components/lib/floatlabel/FloatLabel.d.ts index 648c1640b6..c301fcd201 100644 --- a/components/lib/floatlabel/FloatLabel.d.ts +++ b/components/lib/floatlabel/FloatLabel.d.ts @@ -53,7 +53,7 @@ export interface FloatLabelProps { * Used to get the child elements of the component. * @readonly */ - children?: React.ReactNode | undefined; + children?: React.ReactNode[] | undefined; /** * Used to pass attributes to DOM elements inside the component. * @type {FloatLabelPassThroughOptions}