This website requires JavaScript.
Explore
Help
Sign In
wynd
/
docx-rs
Watch
1
Star
0
Fork
You've already forked docx-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f5fda75a96
docx-rs
/
docx-wasm
/
js
/
json
/
shape.ts
7 lines
104 B
TypeScript
Raw
Blame
History
import
{
Shape
}
from
"./bindings/Shape"
;
export
type
ShapeJSON
=
{
type
:
"shape"
;
data
:
Shape
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink