diff --git a/components/lib/buttongroup/buttongroup.d.ts b/components/lib/buttongroup/buttongroup.d.ts index bb8e3ff0f3..0099d5f106 100644 --- a/components/lib/buttongroup/buttongroup.d.ts +++ b/components/lib/buttongroup/buttongroup.d.ts @@ -54,6 +54,11 @@ export interface ButtonGroupPassThroughAttributes { * Defines valid properties in ButtonGroup component. */ export interface ButtonGroupProps { + /** + * 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 {ButtonGroupPassThroughOptions}