Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/cjs/TabPane.d.ts
Henry Whitaker 1e25197063 Updated to v1.7.8
2020-07-20 17:20:17 +01:00

12 lines
453 B
TypeScript

import { BsPrefixProps, BsPrefixRefForwardingComponent, TransitionCallbacks, TransitionType } from './helpers';
export interface TabPaneProps extends TransitionCallbacks, BsPrefixProps {
eventKey?: any;
active?: boolean;
transition?: TransitionType;
mountOnEnter?: boolean;
unmountOnExit?: boolean;
}
declare type TabPane = BsPrefixRefForwardingComponent<'div', TabPaneProps>;
declare const TabPane: TabPane;
export default TabPane;