mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
stream_ui_updates: Convert module to typescript.
This commit is contained in:
@@ -1409,7 +1409,7 @@ function enable_or_disable_save_button($subsection_elem: JQuery): void {
|
||||
export function initialize_disable_btn_hint_popover(
|
||||
$btn_wrapper: JQuery,
|
||||
hint_text: string | undefined,
|
||||
opts: Partial<tippy.Props>,
|
||||
opts: Partial<tippy.Props> = {},
|
||||
): void {
|
||||
const tippy_opts: Partial<tippy.Props> = {
|
||||
animation: false,
|
||||
|
||||
Reference in New Issue
Block a user