From 3d14af1c979ab179b38da75804658864c9af92b1 Mon Sep 17 00:00:00 2001 From: Huge Letters Date: Mon, 24 Jul 2023 20:51:37 +0200 Subject: [PATCH] pt fix --- components/lib/radiobutton/RadioButton.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index da4b17fb4..5b371040b 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; /** * Uses 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