MCPcopy
hub / github.com/mui/material-ui / TabContextValue

Interface TabContextValue

packages/mui-lab/src/TabContext/TabContext.d.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as React from 'react';
2
3export interface TabContextValue {
4 idPrefix: string;
5 value: string;
6}
7
8export interface TabContextProps {
9 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…