Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123240009
Ratio.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, 22:59
Size
433 B
Mime Type
text/x-java
Expires
Sun, Jul 27, 22:59 (2 d)
Engine
blob
Format
Raw Data
Handle
27667767
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Ratio.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps } from './helpers';
export type AspectRatio = '1x1' | '4x3' | '16x9' | '21x9' | string;
export interface RatioProps extends BsPrefixProps, React.HTMLAttributes<HTMLDivElement> {
children: React.ReactChild;
aspectRatio?: AspectRatio | number;
}
declare const Ratio: React.ForwardRefExoticComponent<RatioProps & React.RefAttributes<HTMLDivElement>>;
export default Ratio;
Event Timeline
Log In to Comment