Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100931968
DropdownContext.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, Feb 4, 01:53
Size
532 B
Mime Type
text/x-java
Expires
Thu, Feb 6, 01:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24056794
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
DropdownContext.d.ts
View Options
import * as React from 'react';
import type { Placement } from './usePopper';
export declare type DropdownContextValue = {
toggle: (nextShow: boolean, event?: React.SyntheticEvent | Event) => void;
menuElement: HTMLElement | null;
toggleElement: HTMLElement | null;
setMenu: (ref: HTMLElement | null) => void;
setToggle: (ref: HTMLElement | null) => void;
show: boolean;
placement?: Placement;
};
declare const DropdownContext: React.Context<DropdownContextValue | null>;
export default DropdownContext;
Event Timeline
Log In to Comment