Update Panel.d.ts

pull/3841/head
mertsincan 2023-03-21 17:20:54 +00:00 committed by Tuğçe Küçükoğlu
parent e1f365cf6b
commit 7001116104
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ export interface PanelProps {
collapsed?: boolean; collapsed?: boolean;
/** /**
* Uses to pass the custom value to read for the button inside the component. * Uses to pass the custom value to read for the button inside the component.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/ */
toggleButtonProps?: ButtonHTMLAttributes | undefined; toggleButtonProps?: ButtonHTMLAttributes | undefined;
/** /**