Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123333353
SelectableContext.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
Sat, Jul 26, 15:37
Size
341 B
Mime Type
text/x-java
Expires
Mon, Jul 28, 15:37 (2 d)
Engine
blob
Format
Raw Data
Handle
27688297
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
SelectableContext.d.ts
View Options
import React from 'react';
declare type SelectableContextType = (key: string | null, event: any) => void;
declare const SelectableContext: React.Context<SelectableContextType | null>;
export declare const makeEventKey: (eventKey?: string | number | null | undefined, href?: string | null) => string | null;
export default SelectableContext;
Event Timeline
Log In to Comment