Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122997687
ToastContainer.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 23, 08:36
Size
556 B
Mime Type
text/x-java
Expires
Fri, Jul 25, 08:36 (2 d)
Engine
blob
Format
Raw Data
Handle
27589766
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ToastContainer.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export type ToastPosition = 'top-start' | 'top-center' | 'top-end' | 'middle-start' | 'middle-center' | 'middle-end' | 'bottom-start' | 'bottom-center' | 'bottom-end';
export interface ToastContainerProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
position?: ToastPosition;
containerPosition?: string;
}
declare const ToastContainer: BsPrefixRefForwardingComponent<'div', ToastContainerProps>;
export default ToastContainer;
Event Timeline
Log In to Comment