Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122639094
Feedback.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
Mon, Jul 21, 07:07
Size
406 B
Mime Type
text/x-java
Expires
Wed, Jul 23, 07:07 (2 d)
Engine
blob
Format
Raw Data
Handle
27511032
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Feedback.d.ts
View Options
import * as React from 'react';
import { AsProp, BsPrefixRefForwardingComponent } from './helpers';
export type FeedbackType = 'valid' | 'invalid';
export interface FeedbackProps extends AsProp, React.HTMLAttributes<HTMLElement> {
bsPrefix?: never;
type?: FeedbackType;
tooltip?: boolean;
}
declare const Feedback: BsPrefixRefForwardingComponent<'div', FeedbackProps>;
export default Feedback;
Event Timeline
Log In to Comment