Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122773200
AbstractNav.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, Jul 22, 01:32
Size
458 B
Mime Type
text/x-java
Expires
Thu, Jul 24, 01:32 (2 d)
Engine
blob
Format
Raw Data
Handle
27453441
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
AbstractNav.d.ts
View Options
import React from 'react';
import { BsPrefixRefForwardingComponent } from './helpers';
interface AbstractNavProps {
activeKey?: any;
as?: React.ElementType;
getControlledId?: any;
getControllerId?: any;
onKeyDown?: any;
onSelect?: any;
parentOnSelect?: any;
role?: string;
}
declare type AbstractNav = BsPrefixRefForwardingComponent<'ul', AbstractNavProps>;
declare const AbstractNav: AbstractNav;
export default AbstractNav;
Event Timeline
Log In to Comment