InlineLabel: Remove deprecated props (#49929)

pull/49930/head
kay delaney 3 years ago committed by GitHub
parent 1196b4a609
commit 1595cc96e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      packages/grafana-ui/src/components/Forms/InlineLabel.tsx

@ -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…
Cancel
Save