Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120162511
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
Wed, Jul 2, 09:24
Size
854 B
Mime Type
text/x-java
Expires
Fri, Jul 4, 09:24 (2 d)
Engine
blob
Format
Raw Data
Handle
27150076
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