Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123426011
NavbarOffcanvas.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
Sun, Jul 27, 07:36
Size
327 B
Mime Type
text/x-java
Expires
Tue, Jul 29, 07:36 (2 d)
Engine
blob
Format
Raw Data
Handle
27668902
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
NavbarOffcanvas.d.ts
View Options
import * as React from 'react';
import { OffcanvasProps } from './Offcanvas';
export type NavbarOffcanvasProps = Omit<OffcanvasProps, 'show'>;
declare const NavbarOffcanvas: React.ForwardRefExoticComponent<Pick<NavbarOffcanvasProps, keyof OffcanvasProps> & React.RefAttributes<HTMLDivElement>>;
export default NavbarOffcanvas;
Event Timeline
Log In to Comment