mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 21:43:30 +08:00
Plugins: moving the DataSourcePicker to grafana/runtime so it can be reused in plugins (#31628)
* moved the datasource picker to grafana-runtime. * fixed imports. * added e2e selectors as an external package. * adding react as external package. * exposing dependent types for DataSourcePicker. * added docs for ui components. * moving component to components.
This commit is contained in:
@ -179,6 +179,7 @@ export { Card, Props as CardProps, ContainerProps, CardInnerProps, getCardStyles
|
||||
export { FormattedValueDisplay } from './FormattedValueDisplay/FormattedValueDisplay';
|
||||
|
||||
export { ButtonSelect } from './Dropdown/ButtonSelect';
|
||||
export { PluginSignatureBadge, PluginSignatureBadgeProps } from './PluginSignatureBadge/PluginSignatureBadge';
|
||||
|
||||
// Legacy forms
|
||||
|
||||
|
Reference in New Issue
Block a user