chore(release): @nativescript/core@8.0.0

This commit is contained in:
Nathan Walker
2021-03-31 14:22:27 -07:00
parent b72c4a3237
commit 75b59ecdbf
6 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { Color, Button, Utils, Enums } from '@nativescript/core';
import { Color, Button, Utils, CoreTypes } from '@nativescript/core';
export function getNativeText(button: Button): string {
return button.android.getText();