Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122573554
ServerStyleSheet.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 20, 14:42
Size
505 B
Mime Type
text/x-java
Expires
Tue, Jul 22, 14:42 (2 d)
Engine
blob
Format
Raw Data
Handle
27504044
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ServerStyleSheet.d.ts
View Options
/// <reference types="node" />
import type * as streamInternal from 'stream';
import { Readable } from 'stream';
import StyleSheet from '../sheet';
export default class ServerStyleSheet {
instance: StyleSheet;
sealed: boolean;
constructor();
_emitSheetCSS: () => string;
collectStyles(children: any): JSX.Element;
getStyleTags: () => string;
getStyleElement: () => JSX.Element[];
interleaveWithNodeStream(input: Readable): streamInternal.Transform;
seal: () => void;
}
Event Timeline
Log In to Comment