pt fix
parent
5130a1e9db
commit
3d14af1c97
|
@ -119,9 +119,9 @@ export interface RadioButtonProps {
|
||||||
'aria-label'?: string | undefined;
|
'aria-label'?: string | undefined;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to DOM elements inside the component.
|
* 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.
|
* When enabled, it removes component related styles in the core.
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
|
|
Loading…
Reference in New Issue