PackageLib

class PackageLib(name: String, exports: List<String>) : KlutterPrinter

Main package file which exports all generated widgets.

Constructors

Link copied to clipboard
constructor(name: String, exports: List<String>)

Functions

Link copied to clipboard
open override fun print(): String