Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123189243
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
Fri, Jul 25, 14:47
Size
605 B
Mime Type
text/x-java
Expires
Sun, Jul 27, 14:47 (1 d, 23 h)
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