js: add font & hint font for input
This commit is contained in:
2
doric-js/index.d.ts
vendored
2
doric-js/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user