mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Fix action-bar systemIcon Fix CSS applying * refactoring * fix console * remove StyleScope import - it is private and cannot be imported in public .d.ts
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
// >> border-require
|
|
var borderModule = require("ui/border");
|
|
// << border-require
|
|
console.dir(borderModule);
|