We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadafdb commit 224c1b9Copy full SHA for 224c1b9
src/types/modal-proxy.ts
@@ -14,7 +14,7 @@ export interface CloseModalProxyParams {
14
}
15
16
export interface ModalExposed extends ComponentPublicInstance {
17
- addModal<T>(params: AddModalProxyParams): Promise<T> | undefined;
+ addModal<T>(params: AddModalProxyParams): Promise<T> | void | never;
18
19
closeModal({key}: { key: string }): void;
20
0 commit comments