Browse Source
Merge in VISUAL/fineui from ~DAILER/fineui:es6 to es6 * commit 'da6f37c595620e31b07d4913f42ebbf973ed0590': updatees6
Dailer-刘荣歆
2 years ago
4 changed files with 17 additions and 1 deletions
@ -0,0 +1,11 @@
|
||||
import { Controller } from "./controller"; |
||||
|
||||
export declare class PopoverController extends Controller { |
||||
create<T>(name: string, from?: any, op?: any, context?: any): T; |
||||
|
||||
open(name: string): PopoverController; |
||||
|
||||
close(name: string): PopoverController; |
||||
|
||||
removeAll(): void; |
||||
} |
Loading…
Reference in new issue