Skip to content

Commit 224c1b9

Browse files
committed
🏷️ Update types
1 parent aadafdb commit 224c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/modal-proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface CloseModalProxyParams {
1414
}
1515

1616
export interface ModalExposed extends ComponentPublicInstance {
17-
addModal<T>(params: AddModalProxyParams): Promise<T> | undefined;
17+
addModal<T>(params: AddModalProxyParams): Promise<T> | void | never;
1818

1919
closeModal({key}: { key: string }): void;
2020
}

0 commit comments

Comments
 (0)