pull/4203/head
Huge Letters 2023-07-24 20:51:37 +02:00
parent 5130a1e9db
commit 3d14af1c97
1 changed files with 2 additions and 2 deletions

View File

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