mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
almost all without layouts
This commit is contained in:
3
tns-core-modules/ui/html-view/html-view.d.ts
vendored
3
tns-core-modules/ui/html-view/html-view.d.ts
vendored
@@ -2,8 +2,7 @@
|
||||
* Contains the HtmlView class, which represents a standard html view widget.
|
||||
*/
|
||||
declare module "ui/html-view" {
|
||||
import { View } from "ui/core/view";
|
||||
import { Property } from "ui/core/properties";
|
||||
import { View, Property } from "ui/core/view";
|
||||
|
||||
/**
|
||||
* Represents a view with html content. Use this component instead WebView when you want to show just static HTML content.
|
||||
|
||||
Reference in New Issue
Block a user