Browse Source
Merge in VISUAL/fineui from ~TREECAT/fineui:es6 to es6 * commit '5e28bce21088a8cbe525ce7abef6d35f90f021f8': 无jira chore:类型补充es6
treecat-罗群
2 years ago
3 changed files with 9 additions and 2 deletions
@ -0,0 +1,6 @@
|
||||
import { Widget } from "../core/widget"; |
||||
|
||||
export declare class EL extends Widget { |
||||
setValue(v: any): void; |
||||
getValue(): any; |
||||
} |
Loading…
Reference in new issue