int-ui-standalone
0.6.1
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
intUiLazyTreeIcons
int
Ui
Lazy
Tree
Icons
@
Composable
fun
intUiLazyTreeIcons
(
svgLoader
:
SvgLoader
,
chevronCollapsed
:
PainterProvider
<
Unit
>
=
IntUiLazyTreeIcons.chevronCollapsed(svgLoader)
,
chevronExpanded
:
PainterProvider
<
Unit
>
=
IntUiLazyTreeIcons.chevronExpanded(svgLoader)
,
chevronSelectedCollapsed
:
PainterProvider
<
Unit
>
=
IntUiLazyTreeIcons.chevronCollapsed(svgLoader)
,
chevronSelectedExpanded
:
PainterProvider
<
Unit
>
=
IntUiLazyTreeIcons.chevronExpanded(svgLoader)
)
:
IntUiLazyTreeIcons