Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122379649
Container.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
Thu, Jul 17, 12:28
Size
372 B
Mime Type
text/x-java
Expires
Sat, Jul 19, 12:28 (2 d)
Engine
blob
Format
Raw Data
Handle
27457531
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Container.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface ContainerProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
fluid?: boolean | string | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
}
declare const Container: BsPrefixRefForwardingComponent<'div', ContainerProps>;
export default Container;
Event Timeline
Log In to Comment