TabConfig interface presentation exported

Last updated: 2026-03-04T23:21:38.426Z

Metrics

LOC: 5 Complexity: 1 Params: 0

Signature

interface TabConfig

Summary

Configuration for a tab in the tab bar.

Source Code

export interface TabConfig {
  id: string;
  label: string;
  active?: boolean;
}

No outgoing dependencies.

No incoming dependencies.