Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123470185
IsolateButton.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
Sun, Jul 27, 15:43
Size
500 B
Mime Type
text/x-java
Expires
Tue, Jul 29, 15:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27653822
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
IsolateButton.d.ts
View Options
/// <reference types="react" />
import PropTypes from 'prop-types';
export interface IsolateButtonProps {
name: string;
example?: number;
isolated?: boolean;
href: string;
}
declare const IsolateButton: {
({ name, example, isolated, href }: IsolateButtonProps): JSX.Element | null;
propTypes: {
name: PropTypes.Validator<string>;
example: PropTypes.Requireable<number>;
isolated: PropTypes.Requireable<boolean>;
};
};
export default IsolateButton;
Event Timeline
Log In to Comment