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,7 +1,7 @@
import { Progress as ProgressDefinition } from "ui/progress";
import { View } from "ui/core/view";
import { Property } from "ui/core/properties";
import { View, Property } from "ui/core/view";
export * from "ui/core/view";
export class ProgressBase extends View implements ProgressDefinition {
constructor() {