Skip to content

Commit

Permalink
Add missing children prop in FloatLabel.d.ts (#6388)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk authored Apr 12, 2024
1 parent 7a3210f commit 9e57a6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/lib/floatlabel/FloatLabel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export interface FloatLabelPassThroughOptions {
* @group Properties
*/
export interface FloatLabelProps {
/**
* Used to get the child elements of the component.
* @readonly
*/
children?: React.ReactNode | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {FloatLabelPassThroughOptions}
Expand Down

0 comments on commit 9e57a6c

Please sign in to comment.