mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
import frame = require("ui/frame");
|
|
|
|
export function navigate(args) {
|
|
frame.topmost().navigate("segmented-bar/clean");
|
|
} |