Style Import
fun StyleImport(importId: String, style: String, styleImportState: StyleImportState = rememberStyleImportState())
Add a Style Import to the current style.
Parameters
import Id
the id of the style import.
style
the style uri or style json of the style import.
style Import State
The state holder for the StyleImport.
Deprecated
Use overloaded StyleImport composable function with StyleImportState instead
Add a Style Import to the current style.
Parameters
import Id
the id of the style import.
style
the style uri or style json of the style import.
configs
the optional ImportConfigs for the imported style.