MCPcopy
hub / github.com/react-bootstrap/react-bootstrap / TabContainerProps

Interface TabContainerProps

src/TabContainer.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { TransitionType } from './helpers';
5
6export interface TabContainerProps extends Omit<TabsProps, 'transition'> {
7 transition?: TransitionType;
8}
9
10const propTypes = {
11 /**

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…