InlineLabel: Remove deprecated props (#49929)

This commit is contained in:
kay delaney 2022-05-31 16:30:59 +01:00 committed by GitHub
parent 1196b4a609
commit 1595cc96e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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