Merge pull request #4203 from HugeLetters/radio-button-pt-fix

RadioButton: pt prop has incorrect type #4202
pull/4239/head
Tuğçe Küçükoğlu 2023-08-02 13:37:28 +03:00 committed by GitHub
commit 4fba7c4adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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