Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100369729
iconBase.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
Thu, Jan 30, 07:06
Size
595 B
Mime Type
text/x-java
Expires
Sat, Feb 1, 07:06 (2 d)
Engine
blob
Format
Raw Data
Handle
23922289
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
iconBase.d.ts
View Options
import * as React from "react";
export interface IconTree {
tag: string;
attr: {
[key: string]: string;
};
child: IconTree[];
}
export declare function GenIcon(data: IconTree): (props: IconBaseProps) => JSX.Element;
export interface IconBaseProps extends React.SVGAttributes<SVGElement> {
children?: React.ReactNode;
size?: string | number;
color?: string;
title?: string;
}
export declare type IconType = (props: IconBaseProps) => JSX.Element;
export declare function IconBase(props: IconBaseProps & {
attr?: Record<string, string>;
}): JSX.Element;
Event Timeline
Log In to Comment