Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101254599
utils.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, Feb 7, 05:34
Size
615 B
Mime Type
text/x-java
Expires
Sun, Feb 9, 05:34 (2 d)
Engine
blob
Format
Raw Data
Handle
24124369
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
utils.d.ts
View Options
import * as React from 'react';
export declare const reflow: (node: Element) => number;
interface ComponentProps {
easing: string | {
enter?: string;
exit?: string;
} | undefined;
style: React.CSSProperties | undefined;
timeout: number | {
enter?: number;
exit?: number;
};
}
interface Options {
mode: 'enter' | 'exit';
}
interface TransitionProps {
duration: string | number;
easing: string | undefined;
delay: string | undefined;
}
export declare function getTransitionProps(props: ComponentProps, options: Options): TransitionProps;
export {};
Event Timeline
Log In to Comment