mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
* ShareModal: use generic tab type * ShareModal: able to extend with custom tabs * ShareModal: able to extend dash/panel tabs separately * grafana-ui: ModalTabContent component
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export { ShareModal, addDashboardShareTab, addPanelShareTab } from './ShareModal';
|
|
export * from './types';
|