Jim
external interface
interface
hfhbd
@JSExport
interface Dog { abstract val name: String }
interface RenderDogsListProps : RProps { val dogs: Set<Dog> }
Dog
A modern programming language that makes developers happier.