UNPKG
@hufe921/canvas-editor-plugin-docx
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
docx plugin for canvas-editor
github.com/Hufe921/canvas-editor-plugin
Hufe921/canvas-editor-plugin
@hufe921/canvas-editor-plugin-docx
/
dist
/
src
/
docx
/
index.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
import
Editor
from
'@hufe921/canvas-editor'
;
export
default
function
docxPlugin
(
editor: Editor
):
void
;