(cherry picked from commit 1595cc96e6)
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
This commit is contained in:
co-authored by
kay delaney
parent
e3127d4070
commit
445909a759
@@ -17,12 +17,6 @@ export interface Props extends Omit<LabelProps, 'css' | 'description' | 'categor
|
||||
width?: number | 'auto';
|
||||
/** Make labels's background transparent */
|
||||
transparent?: boolean;
|
||||
/** @deprecated */
|
||||
/** This prop is deprecated and is not used anymore */
|
||||
isFocused?: boolean;
|
||||
/** @deprecated */
|
||||
/** This prop is deprecated and is not used anymore */
|
||||
isInvalid?: boolean;
|
||||
/** Make tooltip interactive */
|
||||
interactive?: boolean;
|
||||
/** @beta */
|
||||
|
||||
Reference in New Issue
Block a user