Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124462040
TabPane.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Aug 2, 16:03
Size
539 B
Mime Type
text/x-java
Expires
Mon, Aug 4, 16:03 (2 d)
Engine
blob
Format
Raw Data
Handle
27831033
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
TabPane.d.ts
View Options
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;
Event Timeline
Log In to Comment