MCPcopy Index your code
hub / github.com/TanStack/table / ProviderProps

Interface ProviderProps

packages/react-table-devtools/src/theme.tsx:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17export type Theme = typeof defaultTheme
18interface ProviderProps {
19 theme: Theme
20 children?: React.ReactNode
21}
22
23const ThemeContext = React.createContext(defaultTheme)
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected