UNPKG
@blade47/editorjs-html
Version:
latest (4.0.8)
4.0.8
4.0.7
4.0.6
A utility to parse editorjs clean data to HTML.
@blade47/editorjs-html
/
.build
/
src
/
parsers
/
image.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
import
{
OutputBlockData
}
from
"@editorjs/editorjs"
;
export
declare
const
image
:
(
{ data }:
OutputBlockData
) =>
string
;