Files
NativeScript/tests/app/ui/border/border-tests.ts
Hristo Hristov a582adc561 Hhristov/fix (#3653)
* Fix action-bar systemIcon
Fix CSS applying

* refactoring

* fix console

* remove StyleScope import - it is private and cannot be imported in public .d.ts
2017-02-17 17:21:57 +02:00

5 lines
113 B
TypeScript

// >> border-require
var borderModule = require("ui/border");
// << border-require
console.dir(borderModule);