mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
InlineLabel: Remove deprecated props (#49929)
This commit is contained in:
parent
1196b4a609
commit
1595cc96e6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user