mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add deprecation messages (#139568)
This commit is contained in:
parent
f4dafd4eff
commit
8bf6132ac7
1 changed files with 6 additions and 0 deletions
|
@ -56,16 +56,22 @@ export {
|
|||
|
||||
export * from './components/types';
|
||||
|
||||
/** @deprecated QuickButtonProps - use `IconButtonGroupProps` from `@kbn/shared-ux-button-toolbar` */
|
||||
export type { QuickButtonProps } from './components/solution_toolbar';
|
||||
|
||||
export {
|
||||
/** @deprecated AddFromLibraryButton - use `AddFromLibraryButton` from `@kbn/shared-ux-button-toolbar` */
|
||||
AddFromLibraryButton,
|
||||
/** @deprecated PrimaryActionButton - use `PrimaryButton` from `@kbn/shared-ux-button-toolbar` */
|
||||
PrimaryActionButton,
|
||||
/** @deprecated SolutionToolbarPopover - use `ToolbarPopover` from `@kbn/shared-ux-button-toolbar` */
|
||||
PrimaryActionPopover,
|
||||
/** @deprecated QuickButtonGroup - use `IconButtonGroup` from `@kbn/shared-ux-button-toolbar` */
|
||||
QuickButtonGroup,
|
||||
SolutionToolbar,
|
||||
/** @deprecated SolutionToolbarButton - use `PrimaryButton` from `@kbn/shared-ux-button-toolbar` */
|
||||
SolutionToolbarButton,
|
||||
/** @deprecated SolutionToolbarPopover - use `ToolbarPopover` from `@kbn/shared-ux-button-toolbar` */
|
||||
SolutionToolbarPopover,
|
||||
} from './components/solution_toolbar';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue