js: add font & hint font for input

This commit is contained in:
王劲鹏
2021-07-20 15:38:25 +08:00
committed by osborn
parent 7830811362
commit 04d9958a4d
8 changed files with 297 additions and 41 deletions

2
doric-js/index.d.ts vendored
View File

@@ -781,7 +781,9 @@ declare module 'doric/lib/src/widget/input' {
text?: string;
textColor?: Color;
textSize?: number;
font?: string;
hintText?: string;
hintFont?: string;
inputType?: InputType;
hintTextColor?: Color;
multiline?: boolean;