Package-level declarations

Types

Link copied to clipboard
sealed external interface Options
Link copied to clipboard
sealed external interface StylisElement
Link copied to clipboard
typealias StylisPlugin = (element: StylisElement, index: Int, children: ReadonlyArray<StylisElement>, callback: StylisPluginCallback) -> String?
Link copied to clipboard
typealias StylisPluginCallback = (element: StylisElement, index: Int, children: ReadonlyArray<StylisElement>) -> String?

Functions

Link copied to clipboard
external fun createCache(options: Options): EmotionCache