react-playground
    Preparing search index...

    Interface TabControlProps

    interface TabControlProps {
        items: TabItem[];
        onSelect: (id: string) => void;
        selectedTabId: string;
    }
    Index

    Properties

    items: TabItem[]
    onSelect: (id: string) => void
    selectedTabId: string