toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-styled-next
/
styled
/
StyledNext
Styled
Next
external
interface
StyledNext
(
source
)
Members
Functions
download
Css
Link copied to clipboard
abstract
fun
downloadCss
(
partialCss
:
String
?
,
filename
:
String
?
)
download a file with CSS rules that contain partialCss
get
Css
Link copied to clipboard
abstract
fun
getCss
(
partialCss
:
String
?
)
:
Array
<
String
>
get
Stylesheets
Link copied to clipboard
abstract
fun
getStylesheets
(
)
:
Array
<
CSSStyleSheet
>
map
Not
Null
Rules
Link copied to clipboard
abstract
fun
<
T
>
mapNotNullRules
(
block
:
(
String
)
->
T
?
)
:
Array
<
T
>
use
Dev
Sheet
Link copied to clipboard
abstract
fun
useDevSheet
(
isDev
:
Boolean
)