mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #3707 - Class and Style properties type definition defects
This commit is contained in:
parent
57175d7a2c
commit
d3a7a176e3
36 changed files with 99 additions and 99 deletions
|
@ -188,11 +188,11 @@ export default {
|
|||
default: null
|
||||
},
|
||||
inputClass: {
|
||||
type: String,
|
||||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
inputStyle: {
|
||||
type: null,
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
inputProps: {
|
||||
|
@ -200,11 +200,11 @@ export default {
|
|||
default: null
|
||||
},
|
||||
panelClass: {
|
||||
type: String,
|
||||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
panelStyle: {
|
||||
type: null,
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
panelProps: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue