UNPKG

193 BTypeScriptView Raw
1interface Context {
2 id: String;
3 dir?: String;
4 title?: String;
5 description?: String;
6}
7export declare class Dialog {
8 static html(context: Context): Promise<{}>;
9}
10export {};