forked from fanruan/fineui
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