Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102316153
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
Wed, Feb 19, 10:40
Size
532 B
Mime Type
text/x-java
Expires
Fri, Feb 21, 10:40 (2 d)
Engine
blob
Format
Raw Data
Handle
24329485
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