pull/4203/head
Huge Letters 2023-08-02 11:13:52 +02:00
parent 1babffe136
commit 212af1dcd2
1 changed files with 1 additions and 1 deletions

View File

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