mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
.d.ts updates
This commit is contained in:
parent
47b97b485f
commit
1ccf0f13b9
3 changed files with 7 additions and 4 deletions
3
components/lib/panel/Panel.d.ts
vendored
3
components/lib/panel/Panel.d.ts
vendored
|
@ -86,7 +86,8 @@ export interface PanelPassThroughAttributes {
|
|||
*/
|
||||
export interface PanelState {
|
||||
/**
|
||||
* Current collapsed state as a boolean
|
||||
* Current collapsed state as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
d_collapsed: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue