forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~WINDY/fui:master to master * commit '3df025f57121d5a53056b55937b47179698b3d1c': BI-72363 补充声明 无JIRA任务 处理工作日输入框的标红es6
windy
4 years ago
6 changed files with 24 additions and 3 deletions
@ -0,0 +1,15 @@
|
||||
import { NodeButton } from "../button.node"; |
||||
|
||||
export declare class TextNode extends NodeButton { |
||||
setText(b: string): void; |
||||
|
||||
getText(): string; |
||||
|
||||
setValue(): void; |
||||
|
||||
getValue(): string; |
||||
|
||||
doRedMark(...args: any[]): void; |
||||
|
||||
unRedMark(...args: any[]): void; |
||||
} |
Loading…
Reference in new issue