Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101438505
Nav.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
Mon, Feb 10, 11:54
Size
854 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 11:54 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24146338
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Nav.d.ts
View Options
import * as React from 'react';
import { EventKey, DynamicRefForwardingComponent, SelectCallback } from './types';
import { UseNavItemOptions, NavItemProps } from './NavItem';
export type { UseNavItemOptions, NavItemProps };
export interface NavProps extends Omit<React.HTMLAttributes<HTMLElement>, 'onSelect'> {
/**
* Key for the currently active NavItem.
*/
activeKey?: EventKey;
/**
* Element used to render the component.
*/
as?: React.ElementType;
/**
* A callback fired when a NavItem has been selected.
*/
onSelect?: SelectCallback;
}
declare const _default: DynamicRefForwardingComponent<"div", NavProps> & {
Item: DynamicRefForwardingComponent<React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLElement>>, NavItemProps>;
};
export default _default;
Event Timeline
Log In to Comment