Add exportFileBinary to FlipperLib
Reviewed By: antonk52 Differential Revision: D39692937 fbshipit-source-id: 7b3c78d004a9734cd8ae660d5782be1f02c00009
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f3b7552338
commit
3314c77ce9
@@ -48,6 +48,9 @@ export function initializeRenderHost(
|
||||
async exportFile() {
|
||||
throw new Error('Not implemented');
|
||||
},
|
||||
async exportFileBinary() {
|
||||
throw new Error('Not implemented');
|
||||
},
|
||||
openLink(url: string) {
|
||||
window.open(url, '_blank');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user