mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
8 lines
236 B
TypeScript
8 lines
236 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());
|
|
} |