Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120244008
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
Wed, Jul 2, 22:16
Size
595 B
Mime Type
text/x-java
Expires
Fri, Jul 4, 22:16 (2 d)
Engine
blob
Format
Raw Data
Handle
27160783
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