UNPKG

@wordpress/block-editor

Version:
4 lines 155 B
export function filePasteHandler(files) { return files.map(url => `<img src="${url}">`).join(''); } //# sourceMappingURL=file-paste-handler.native.js.map