What I prefer to do in such cases is to create a s...
# react
f
What I prefer to do in such cases is to create a separate file for import declarations:
Copy code
@file:JsModule("material-ui/Checkbox")

@JsName("default")
external val mCheckbox: RClass<RProps>
Note that you can't have anything that's not
external
in such files