From 3d14af1c979ab179b38da75804658864c9af92b1 Mon Sep 17 00:00:00 2001 From: Huge Letters Date: Mon, 24 Jul 2023 20:51:37 +0200 Subject: [PATCH 1/2] 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 From 212af1dcd20c4b6ca7a919113b3165c8670f98b2 Mon Sep 17 00:00:00 2001 From: Huge Letters Date: Wed, 2 Aug 2023 11:13:52 +0200 Subject: [PATCH 2/2] typo --- components/lib/radiobutton/RadioButton.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index 0f33995ed..0f44c78b9 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -118,7 +118,7 @@ export interface RadioButtonProps { */ 'aria-label'?: string | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {RadioButtonPassThroughOptions} */ pt?: RadioButtonPassThroughOptions;