almost all without layouts

This commit is contained in:
Hristo Hristov
2016-12-06 17:50:44 +02:00
parent 94dee2973a
commit 1202cb7288
111 changed files with 718 additions and 727 deletions

View File

@@ -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.