Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123043493
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
Thu, Jul 24, 11:23
Size
341 B
Mime Type
text/x-java
Expires
Sat, Jul 26, 11:23 (2 d)
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