@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20211207104248",
"version": "2.0.20211207112213",
"description": "fineui",
"main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts",
@ -3,6 +3,10 @@ import { Single } from "./single";
export declare class Text extends Single {
static xtype: string;
static addTextFormatter: (fn: (str: string) => string) => void;
static formatText: (str: string) => string;
props: {
text?: string;
textAlign?: "left" | "center" | "right",