Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124503811
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, Aug 2, 22:07
Size
341 B
Mime Type
text/x-java
Expires
Mon, Aug 4, 22:07 (2 d)
Engine
blob
Format
Raw Data
Handle
27864313
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