Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123213333
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
Fri, Jul 25, 18:32
Size
599 B
Mime Type
text/x-java
Expires
Sun, Jul 27, 18:32 (2 d)
Engine
blob
Format
Raw Data
Handle
27662502
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