fix: Fix native themes not working on external editors (#2957) [skip e2e]
This commit is contained in:
@@ -24,6 +24,7 @@ export interface MobileDeviceInterface extends DeviceInterface {
|
||||
handleThemeSchemeChange(isDark: boolean, bgColor: string): void
|
||||
shareBase64AsFile(base64: string, filename: string): Promise<void>
|
||||
downloadBase64AsFile(base64: string, filename: string, saveInTempLocation?: boolean): Promise<string | undefined>
|
||||
getNativeThemeCSS(identifier: string): Promise<string | undefined>
|
||||
previewFile(base64: string, filename: string): Promise<boolean>
|
||||
exitApp(confirm?: boolean): void
|
||||
|
||||
|
||||
Reference in New Issue
Block a user