Deprecation notice

pull/6674/head
Cagatay Civici 2024-10-28 14:55:20 +03:00
parent 11ce0c4c99
commit 605490e1b8
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
/**
* Add a plain textual class to the button without a background initially.
* @defaultValue false
* @deprecated since v4.2.0. Use a contrast severity instead.
*/
plain?: boolean | undefined;
/**