Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99982488
iconContext.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
Mon, Jan 27, 14:16
Size
317 B
Mime Type
text/x-java
Expires
Wed, Jan 29, 14:16 (2 d)
Engine
blob
Format
Raw Data
Handle
23863093
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
iconContext.d.ts
View Options
import * as React from "react";
export interface IconContext {
color?: string;
size?: string;
className?: string;
style?: React.CSSProperties;
attr?: React.SVGAttributes<SVGElement>;
}
export declare const DefaultContext: IconContext;
export declare const IconContext: React.Context<IconContext>;
Event Timeline
Log In to Comment