.d.ts updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-24 18:06:26 +03:00
parent 47b97b485f
commit 1ccf0f13b9
3 changed files with 7 additions and 4 deletions

View file

@ -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;
}