mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
user_profile: Convert module to TypeScript.
This commit is contained in:
@@ -35,7 +35,7 @@ export type Option = {
|
||||
stream?: StreamSubscription;
|
||||
};
|
||||
|
||||
type DropdownWidgetOptions = {
|
||||
export type DropdownWidgetOptions = {
|
||||
widget_name: string;
|
||||
// You can bold the selected `option` by setting `option.bold_current_selection` to `true`.
|
||||
// Currently, not implemented for stream names.
|
||||
|
||||
Reference in New Issue
Block a user