diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index a237f3004..0f44c78b9 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -119,9 +119,9 @@ export interface RadioButtonProps { 'aria-label'?: string | undefined; /** * Used to pass attributes to DOM elements inside the component. - * @type {RadioButtonPassThroughMethodOptions} + * @type {RadioButtonPassThroughOptions} */ - pt?: RadioButtonPassThroughMethodOptions; + pt?: RadioButtonPassThroughOptions; /** * When enabled, it removes component related styles in the core. * @defaultValue false diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4e2f4bce7..f38a1f8d0 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -34857,7 +34857,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "RadioButtonPassThroughMethodOptions", + "type": "RadioButtonPassThroughOptions", "default": "", "description": "Used to pass attributes to DOM elements inside the component." },