grafana/public/app/features/variables/pickers/index.ts
Hugo Häggmark 1db067396a
Variables: migrates data source variable type to React/Redux (#22770)
* Refactor: moves all the newVariables part to features/variables directory

* Feature: adds datasource type

* Tests: adds reducer tests

* Tests: covers data source actions with tests

* Chore: reduces strict null errors
2020-03-16 06:32:04 +01:00

2 lines
63 B
TypeScript

export { OptionsPicker } from './OptionsPicker/OptionsPicker';