mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
pt fix
This commit is contained in:
parent
5130a1e9db
commit
3d14af1c97
1 changed files with 2 additions and 2 deletions
4
components/lib/radiobutton/RadioButton.d.ts
vendored
4
components/lib/radiobutton/RadioButton.d.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue