Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122743162
ComponentStyle.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
Mon, Jul 21, 21:59
Size
599 B
Mime Type
text/x-java
Expires
Wed, Jul 23, 21:59 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27555778
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ComponentStyle.d.ts
View Options
import StyleSheet from '../sheet';
import { RuleSet, Stringifier } from '../types';
/**
* ComponentStyle is all the CSS-specific stuff, not the React-specific stuff.
*/
export default class ComponentStyle {
baseHash: number;
baseStyle: ComponentStyle | null | undefined;
componentId: string;
isStatic: boolean;
names: string[];
rules: RuleSet<any>;
staticRulesId: string;
constructor(rules: RuleSet<any>, componentId: string, baseStyle?: ComponentStyle);
generateAndInjectStyles(executionContext: Object, styleSheet: StyleSheet, stylis: Stringifier): string;
}
Event Timeline
Log In to Comment