Skip to content

Commit

Permalink
Fix#6438 (#6440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w authored Apr 22, 2024
1 parent fbfd5e0 commit 46d3fae
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 @@ -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}
Expand Down

0 comments on commit 46d3fae

Please sign in to comment.