Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122707095
FormCheckInput.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, 16:46
Size
465 B
Mime Type
text/x-java
Expires
Wed, Jul 23, 16:46 (2 d)
Engine
blob
Format
Raw Data
Handle
27530160
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
FormCheckInput.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
type FormCheckInputType = 'checkbox' | 'radio';
export interface FormCheckInputProps extends BsPrefixProps, React.InputHTMLAttributes<HTMLInputElement> {
type?: FormCheckInputType;
isValid?: boolean;
isInvalid?: boolean;
}
declare const FormCheckInput: BsPrefixRefForwardingComponent<'input', FormCheckInputProps>;
export default FormCheckInput;
Event Timeline
Log In to Comment