react-playground
    Preparing search index...

    Interface TabContextValue

    interface TabContextValue {
        onSelect: (id: string) => void;
        selectedTabId: string;
    }
    Index

    Properties

    onSelect: (id: string) => void
    selectedTabId: string