Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122123187
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
Tue, Jul 15, 22:35
Size
505 B
Mime Type
text/x-java
Expires
Thu, Jul 17, 22:35 (2 d)
Engine
blob
Format
Raw Data
Handle
27437424
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