UNPKG

nativescript-centered-label

Version:

NativeScript plugin that provide Label that are horizontally and vertically centered.

8 lines (7 loc) 297 B
import { FlexboxLayout } from "tns-core-modules/ui/layouts/flexbox-layout"; import { Property } from "tns-core-modules/ui/core/view"; export declare const textProperty: Property<CenteredLabel, string>; export declare class CenteredLabel extends FlexboxLayout { constructor(); text: any; }