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

@ -1,9 +1,7 @@
declare module "ui/text-base" {
import { View, AddChildFromBuilder } from "ui/core/view";
import { View, AddChildFromBuilder, Property, CssProperty, InheritedCssProperty, Style } from "ui/core/view";
import { FormattedString, FormattedStringView } from "text/formatted-string";
import { Property, CssProperty, InheritedCssProperty } from "ui/core/properties";
import { Style } from "ui/styling/style";
/**
* Represents the base class for all text views.
*/