mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
update docs
This commit is contained in:
parent
4d7073e3db
commit
4f2041fac6
29 changed files with 276 additions and 175 deletions
4
src/components/radiobutton/RadioButton.d.ts
vendored
4
src/components/radiobutton/RadioButton.d.ts
vendored
|
@ -30,9 +30,9 @@ export interface RadioButtonProps {
|
|||
*/
|
||||
inputClass?: any;
|
||||
/**
|
||||
*
|
||||
* Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
|
||||
*/
|
||||
inputProps?: object | undefined;
|
||||
inputProps?: HTMLInputElement | undefined;
|
||||
/**
|
||||
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue