react-playground
    Preparing search index...

    Interface TabControlProps

    interface TabControlProps {
        contentMode?: "active-only" | "keep-mounted";
        items: TabItem[];
        onSelect: (id: string) => void;
        selectedTabId: string;
    }
    Index

    Properties

    contentMode?: "active-only" | "keep-mounted"
    items: TabItem[]
    onSelect: (id: string) => void
    selectedTabId: string