diff --git a/components/lib/floatlabel/FloatLabel.d.ts b/components/lib/floatlabel/FloatLabel.d.ts index a4d83807f4..648c1640b6 100644 --- a/components/lib/floatlabel/FloatLabel.d.ts +++ b/components/lib/floatlabel/FloatLabel.d.ts @@ -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}