Web:Common:Components:MediaViewer:Types Updated type ContextMenuType

This commit is contained in:
Akmal Isomadinov 2023-02-13 18:17:12 +05:00
parent 581f08a226
commit 8dff763e28

View File

@ -95,6 +95,7 @@ export type ContextMenuType = {
icon: string; icon: string;
disabled: boolean; disabled: boolean;
onClick: VoidFunction; onClick: VoidFunction;
isSeparator?: undefined;
}; };
export type SeparatorType = { export type SeparatorType = {