mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 00:52:33 +08:00
5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import * as frame from "tns-core-modules/ui/frame";
|
|
|
|
export function goBack() {
|
|
frame.goBack();
|
|
} |