mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
almost all without layouts
This commit is contained in:
6
tns-core-modules/ui/text-base/text-base.d.ts
vendored
6
tns-core-modules/ui/text-base/text-base.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user