Preparing search index...
The search index is not available
rollup-plugin-styler
rollup-plugin-styler
shims/stylus
stylus
Renderer
Interface Renderer
interface
Renderer
{
sourcemap
?:
{
file
:
string
;
mappings
:
string
;
names
:
string
[]
;
sourceRoot
?:
string
;
sources
:
string
[]
;
sourcesContent
?:
string
[]
;
version
:
number
;
}
;
deps
()
:
string
[]
;
render
(
callback
:
Callback
)
:
void
;
set
<
T
extends
keyof
stylus
.
Options
>
(
key
:
T
,
val
:
stylus
.
Options
[
T
]
)
:
this
;
}
Index
Properties
sourcemap?
Methods
deps
render
set
Properties
Optional
sourcemap
sourcemap
?:
{
file
:
string
;
mappings
:
string
;
names
:
string
[]
;
sourceRoot
?:
string
;
sources
:
string
[]
;
sourcesContent
?:
string
[]
;
version
:
number
;
}
Methods
deps
deps
()
:
string
[]
Returns
string
[]
render
render
(
callback
:
Callback
)
:
void
Parameters
callback
:
Callback
Returns
void
set
set
<
T
extends
keyof
stylus
.
Options
>
(
key
:
T
,
val
:
stylus
.
Options
[
T
]
)
:
this
Type Parameters
T
extends
keyof
stylus
.
Options
Parameters
key
:
T
val
:
stylus
.
Options
[
T
]
Returns
this
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
sourcemap
Methods
deps
render
set
rollup-plugin-styler
Loading...