Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122865851
Switch.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
Tue, Jul 22, 15:02
Size
814 B
Mime Type
text/x-java
Expires
Thu, Jul 24, 15:02 (2 d)
Engine
blob
Format
Raw Data
Handle
27556046
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Switch.d.ts
View Options
import * as React from 'react';
import { FormCheckProps } from './FormCheck';
import { BsPrefixRefForwardingComponent } from './helpers';
type SwitchProps = Omit<FormCheckProps, 'type'>;
declare const _default: BsPrefixRefForwardingComponent<BsPrefixRefForwardingComponent<"input", FormCheckProps> & {
Input: BsPrefixRefForwardingComponent<"input", import("./FormCheckInput").FormCheckInputProps>;
Label: React.ForwardRefExoticComponent<import("./FormCheckLabel").FormCheckLabelProps & React.RefAttributes<HTMLLabelElement>>;
}, SwitchProps> & {
Input: BsPrefixRefForwardingComponent<"input", import("./FormCheckInput").FormCheckInputProps>;
Label: React.ForwardRefExoticComponent<import("./FormCheckLabel").FormCheckLabelProps & React.RefAttributes<HTMLLabelElement>>;
};
export default _default;
Event Timeline
Log In to Comment