Web:Common:Components:MediaViewer Updated type getIcon

This commit is contained in:
Akmal Isomadinov 2023-02-13 13:46:50 +05:00
parent 7be6542a32
commit 30649b27d4

View File

@ -23,7 +23,7 @@ export interface MediaViewerProps {
playlistPos: number;
getIcon: (size: number, ext: string, ...arg: any) => any;
getIcon: (size: number, ext: string, ...arg: any) => string;
onClose: VoidFunction;
onError?: VoidFunction;