mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tabs: add suffix prop for the tab name (#43869)
* Tabs: add suffix prop for the tab name * Replace FC with JSX.Element
This commit is contained in:
@@ -10,5 +10,6 @@ export interface ShareModalTabProps {
|
||||
export interface ShareModalTabModel {
|
||||
label: string;
|
||||
value: string;
|
||||
labelSuffix?: () => JSX.Element;
|
||||
component: React.ComponentType<ShareModalTabProps>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user