Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118990319
Breadcrumb.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, Jun 23, 14:26
Size
486 B
Mime Type
text/x-java
Expires
Wed, Jun 25, 14:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26954842
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Breadcrumb.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface BreadcrumbProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
label?: string;
listProps?: React.OlHTMLAttributes<HTMLOListElement>;
}
declare const _default: BsPrefixRefForwardingComponent<"nav", BreadcrumbProps> & {
Item: BsPrefixRefForwardingComponent<"li", import("./BreadcrumbItem").BreadcrumbItemProps>;
};
export default _default;
Event Timeline
Log In to Comment