From 7001116104b3693fcd747fce0fdbe48da6482cf9 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 21 Mar 2023 17:20:54 +0000 Subject: [PATCH] Update Panel.d.ts --- components/lib/panel/Panel.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts index 1b0793495..ce965b5e3 100755 --- a/components/lib/panel/Panel.d.ts +++ b/components/lib/panel/Panel.d.ts @@ -103,6 +103,7 @@ export interface PanelProps { collapsed?: boolean; /** * 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; /**