grafana/public/app/features/dashboard/components/ShareModal/index.ts
Alexander Zobnin fcaff011b1
ShareModal: able to extend tabs (#22537)
* ShareModal: use generic tab type

* ShareModal: able to extend with custom tabs

* ShareModal: able to extend dash/panel tabs separately

* grafana-ui: ModalTabContent component
2020-03-04 12:59:30 +03:00

3 lines
108 B
TypeScript

export { ShareModal, addDashboardShareTab, addPanelShareTab } from './ShareModal';
export * from './types';