Jesus sucks
This commit is contained in:
12
backend/frontend/node_modules/react-bootstrap/esm/TabPane.d.ts
generated
vendored
Normal file
12
backend/frontend/node_modules/react-bootstrap/esm/TabPane.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as React from 'react';
|
||||
import { EventKey, TransitionCallbacks } from '@restart/ui/types';
|
||||
import { BsPrefixProps, BsPrefixRefForwardingComponent, TransitionType } from './helpers';
|
||||
export interface TabPaneProps extends TransitionCallbacks, BsPrefixProps, React.HTMLAttributes<HTMLElement> {
|
||||
eventKey?: EventKey;
|
||||
active?: boolean;
|
||||
transition?: TransitionType;
|
||||
mountOnEnter?: boolean;
|
||||
unmountOnExit?: boolean;
|
||||
}
|
||||
declare const TabPane: BsPrefixRefForwardingComponent<'div', TabPaneProps>;
|
||||
export default TabPane;
|
||||
Reference in New Issue
Block a user