Merge pull request #4203 from HugeLetters/radio-button-pt-fix
RadioButton: pt prop has incorrect type #4202pull/4239/head
commit
4fba7c4adb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue