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; /**