Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99714664
RadioGroupContext.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, Jan 26, 07:15
Size
364 B
Mime Type
text/x-java
Expires
Tue, Jan 28, 07:15 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23812000
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
RadioGroupContext.d.ts
View Options
import * as React from 'react';
export interface RadioGroupContextValue {
name: string | undefined;
onChange: (event: React.ChangeEvent<HTMLInputElement>, value: string) => void;
value: any;
}
/**
* @ignore - internal component.
*/
declare const RadioGroupContext: React.Context<RadioGroupContextValue | undefined>;
export default RadioGroupContext;
Event Timeline
Log In to Comment