Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120244318
index.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:20
Size
418 B
Mime Type
text/x-java
Expires
Fri, Jul 4, 22:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27160835
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.d.ts
View Options
import { ConfigAPI, NodePath, types } from '@babel/core';
interface Value {
value: string;
newValue: string | boolean | number;
literal?: boolean;
}
interface Options {
values: Value[];
}
declare const addJSXAttribute: (api: ConfigAPI, opts: Options) => {
visitor: {
JSXAttribute(path: NodePath<types.JSXAttribute>): void;
};
};
export { Options, Value, addJSXAttribute as default };
Event Timeline
Log In to Comment