mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #1959 - Update type checking for class properties
This commit is contained in:
parent
400f6fd196
commit
4702bbeb24
29 changed files with 45 additions and 45 deletions
2
src/components/radiobutton/RadioButton.d.ts
vendored
2
src/components/radiobutton/RadioButton.d.ts
vendored
|
@ -12,7 +12,7 @@ export interface RadioButtonProps {
|
|||
/**
|
||||
* Style class of the component input field.
|
||||
*/
|
||||
class?: string;
|
||||
class?: any;
|
||||
/**
|
||||
* Inline style of the component.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue