mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-21 01:16:57 +00:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
|
|
export type TabLabelProps = {
|
||
|
|
isDisabled: boolean;
|
||
|
|
label: string;
|
||
|
|
tooltipText?: string;
|
||
|
|
};
|