mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
// >> border-require
|
|
import { Border } from "tns-core-modules/ui/border";
|
|
// << border-require
|
|
import * as helper from "../../ui-helper";
|
|
|
|
export function test_recycling() {
|
|
helper.nativeView_recycling_test(() => new Border());
|
|
}
|