Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123172373
CodeTabButton.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
Fri, Jul 25, 11:28
Size
341 B
Mime Type
text/x-java
Expires
Sun, Jul 27, 11:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27574868
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
CodeTabButton.d.ts
View Options
/// <reference types="react" />
import PropTypes from 'prop-types';
declare const CodeTabButton: {
(props: any): JSX.Element;
propTypes: {
onClick: PropTypes.Validator<(...args: any[]) => any>;
name: PropTypes.Validator<string>;
active: PropTypes.Requireable<boolean>;
};
};
export default CodeTabButton;
Event Timeline
Log In to Comment