mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix placeholder imports (#3429)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { Placeholder as PlaceholderDefinition, CreateViewEventData } from "ui/placeholder"
|
||||
import { View } from "ui/core/view"
|
||||
|
||||
export class Placeholder extends PlaceholderDefinition {
|
||||
export class Placeholder extends View implements PlaceholderDefinition {
|
||||
public static creatingViewEvent = "creatingView";
|
||||
|
||||
private _android: android.view.View;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { Placeholder as PlaceholderDefinition, CreateViewEventData } from "ui/placeholder"
|
||||
import { View } from "ui/core/view"
|
||||
|
||||
export class Placeholder extends PlaceholderDefinition {
|
||||
export class Placeholder extends View implements PlaceholderDefinition {
|
||||
public static creatingViewEvent = "creatingView";
|
||||
|
||||
private _ios: UIView;
|
||||
|
||||
Reference in New Issue
Block a user