Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122486087
AccordionButton.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
Fri, Jul 18, 03:06
Size
504 B
Mime Type
text/x-java
Expires
Sun, Jul 20, 03:06 (2 d)
Engine
blob
Format
Raw Data
Handle
27453470
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
AccordionButton.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
type EventHandler = React.EventHandler<React.SyntheticEvent>;
export interface AccordionButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, BsPrefixProps {
}
export declare function useAccordionButton(eventKey: string, onClick?: EventHandler): EventHandler;
declare const AccordionButton: BsPrefixRefForwardingComponent<'div', AccordionButtonProps>;
export default AccordionButton;
Event Timeline
Log In to Comment