Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123257815
Row.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
Sat, Jul 26, 01:19
Size
605 B
Mime Type
text/x-java
Expires
Mon, Jul 28, 01:19 (2 d)
Engine
blob
Format
Raw Data
Handle
27556038
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Row.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
type RowColWidth = number | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
type RowColumns = RowColWidth | {
cols?: RowColWidth;
};
export interface RowProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
xs?: RowColumns;
sm?: RowColumns;
md?: RowColumns;
lg?: RowColumns;
xl?: RowColumns;
xxl?: RowColumns;
[key: string]: any;
}
declare const Row: BsPrefixRefForwardingComponent<'div', RowProps>;
export default Row;
Event Timeline
Log In to Comment