Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101249995
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
Fri, Feb 7, 04:41
Size
317 B
Mime Type
text/x-java
Expires
Sun, Feb 9, 04:41 (2 d)
Engine
blob
Format
Raw Data
Handle
24092267
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