zsmj
1 year 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