Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123405149
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
Sun, Jul 27, 03:35
Size
341 B
Mime Type
text/x-java
Expires
Tue, Jul 29, 03:35 (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