Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123512429
RibbonRenderer.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
Sun, Jul 27, 23:13
Size
1 KB
Mime Type
text/x-java
Expires
Tue, Jul 29, 23:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27688993
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
RibbonRenderer.d.ts
View Options
import React from 'react';
import { JssInjectedProps } from 'rsg-components/Styled';
import * as Rsg from '../../../typings';
export declare const styles: ({ color, space, fontSize, fontFamily }: Rsg.Theme) => {
root: {
position: string;
top: number;
right: number;
width: number;
height: number;
zIndex: number;
};
link: {
fontFamily: string[];
position: string;
right: number;
top: number;
display: string;
width: number;
padding: number[][];
textAlign: string;
color: string;
fontSize: number;
background: string;
textDecoration: string;
textShadow: (string | number)[][];
transformOrigin: number[][];
transform: string;
cursor: string;
};
};
interface RibbonProps extends JssInjectedProps {
url: string;
text?: string;
}
export declare const RibbonRenderer: React.FunctionComponent<RibbonProps>;
declare const _default: React.ComponentType<Omit<RibbonProps, "classes">>;
export default _default;
Event Timeline
Log In to Comment