Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124188486
stylis.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
Thu, Jul 31, 20:38
Size
329 B
Mime Type
text/x-java
Expires
Sat, Aug 2, 20:38 (2 d)
Engine
blob
Format
Raw Data
Handle
27813964
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
stylis.d.ts
View Options
import { Middleware } from 'stylis';
import { Stringifier } from '../types';
declare type StylisInstanceConstructorArgs = {
options?: {
prefix?: boolean;
};
plugins?: Middleware[];
};
export default function createStylisInstance({ options, plugins, }?: StylisInstanceConstructorArgs): Stringifier;
export {};
Event Timeline
Log In to Comment